Home
last modified time | relevance | path

Searched refs:ModeIsSupported (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c415 if (!fail_only || support->ModeIsSupported == 0) in dml_print_dml_mode_support_info()
416 dml_print("DML: support: ModeIsSupported = 0x%x\n", support->ModeIsSupported); in dml_print_dml_mode_support_info()
H A Ddisplay_mode_core_structs.h724 dml_bool_t ModeIsSupported; //<brief Is the mode support any voltage and combine setting member
H A Ddisplay_mode_core.c8201 mode_lib->ms.support.ModeIsSupported = 0; in dml_core_mode_support()
8203 …mode_lib->ms.support.ModeIsSupported = mode_lib->ms.support.ModeSupport[0] == true || mode_lib->ms… in dml_core_mode_support()
8229 …("DML::%s: ModeIsSupported = %u\n", __func__, mode_lib->ms.support.ModeIsSupported); in dml_core_mode_support()
8267 return mode_lib->ms.support.ModeIsSupported; in dml_core_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1063 bool ModeIsSupported; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c3697 mode_lib->vba.ModeIsSupported = mode_lib->vba.ModeSupport[i][0] == true in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c4928 v->ModeIsSupported = v->ModeSupport[i][0] == true || v->ModeSupport[i][1] == true; in dml30_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c13018 out->informative.mode_support_info.ModeIsSupported = mode_lib->ms.support.ModeSupport; in dml2_core_calcs_get_informative()