Home
last modified time | relevance | path

Searched refs:FECEnabled (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h346 bool FECEnabled[DML2_MAX_PLANES]; /// <brief Indicate if the FEC is actually required member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h276 bool FECEnabled[DML2_MAX_PLANES]; /// <brief Indicate if the FEC is actually required member
H A Ddml2_core_dcn4_calcs.c9620 mode_lib->ms.support.FECEnabled[k] = mode_lib->ms.RequiresFEC[k]; in dml_core_mode_support()
13089 out->informative.mode_support_info.FECEnabled[k] = mode_lib->ms.support.FECEnabled[k]; in dml2_core_calcs_get_informative()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h796 dml_bool_t FECEnabled[__DML_NUM_PLANES__]; /// <brief Indicate if the FEC is actually required member
H A Ddisplay_mode_core.c8252 mode_lib->ms.support.FECEnabled[k] = mode_lib->ms.RequiresFEC[k]; in dml_core_mode_support()