Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1063 bool ModeIsSupported; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
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/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()