Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
A Ddml_top_types.h295 bool ModeIsSupported; //<brief Is the mode support any voltage and combine setting member
/drivers/gpu/drm/amd/display/dc/dml2/
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()
A Ddisplay_mode_core_structs.h725 dml_bool_t ModeIsSupported; //<brief Is the mode support any voltage and combine setting member
A Ddisplay_mode_core.c8193 mode_lib->ms.support.ModeIsSupported = 0; in dml_core_mode_support()
8195 …mode_lib->ms.support.ModeIsSupported = mode_lib->ms.support.ModeSupport[0] == true || mode_lib->ms… in dml_core_mode_support()
8221 …("DML::%s: ModeIsSupported = %u\n", __func__, mode_lib->ms.support.ModeIsSupported); in dml_core_mode_support()
8259 return mode_lib->ms.support.ModeIsSupported; in dml_core_mode_support()
/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h1063 bool ModeIsSupported; member
/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddisplay_mode_vba_32.c3697 mode_lib->vba.ModeIsSupported = mode_lib->vba.ModeSupport[i][0] == true in dml32_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c5157 v->ModeIsSupported = v->ModeSupport[i][0] == true || v->ModeSupport[i][1] == true; in dml30_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c5521 v->ModeIsSupported = v->ModeSupport[i][0] == true || v->ModeSupport[i][1] == true;
/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_mode_vba_314.c5615 v->ModeIsSupported = v->ModeSupport[i][0] == true || v->ModeSupport[i][1] == true;
/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_dcn4_calcs.c12967 out->informative.mode_support_info.ModeIsSupported = mode_lib->ms.support.ModeSupport; in dml2_core_calcs_get_informative()

Completed in 118 milliseconds