Home
last modified time | relevance | path

Searched refs:dml_dsc_enable (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h225 enum dml_dsc_enable { enum
227 dml_dsc_enable = 1, enumerator
628 …enum dml_dsc_enable DSCEnable[__DML_NUM_PLANES__]; //< brief for mode support check; use to determ…
H A Ddml2_translation_helper.c784 out->DSCEnable[location] = (enum dml_dsc_enable)in->timing.flags.DSC; in populate_dml_output_cfg_from_stream_state()
H A Ddisplay_mode_core.c92 enum dml_dsc_enable DSCEnable,
5359 enum dml_dsc_enable DSCEnable, in CalculateOutputLink()
5390 if (DSCEnable == dml_dsc_enable) { in CalculateOutputLink()
7327 …if ((mode_lib->ms.cache_display_cfg.output.DSCEnable[k] == dml_dsc_enable || mode_lib->ms.cache_di… in dml_core_mode_support()