Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
A Ddml_top_types.h300 bool ModeIsSupported; //<brief Is the mode support any voltage and combine setting member
/linux/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.h667 dml_bool_t ModeIsSupported; //<brief Is the mode support any voltage and combine setting member
A Ddisplay_mode_core.c8190 mode_lib->ms.support.ModeIsSupported = 0; in dml_core_mode_support()
8192 …mode_lib->ms.support.ModeIsSupported = mode_lib->ms.support.ModeSupport[0] == true || mode_lib->ms… in dml_core_mode_support()
8218 …("DML::%s: ModeIsSupported = %u\n", __func__, mode_lib->ms.support.ModeIsSupported); in dml_core_mode_support()
8256 return mode_lib->ms.support.ModeIsSupported; in dml_core_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h1063 bool ModeIsSupported; member
/linux/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()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c5168 v->ModeIsSupported = v->ModeSupport[i][0] == true || v->ModeSupport[i][1] == true; in dml30_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c5523 v->ModeIsSupported = v->ModeSupport[i][0] == true || v->ModeSupport[i][1] == true;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_mode_vba_314.c5617 v->ModeIsSupported = v->ModeSupport[i][0] == true || v->ModeSupport[i][1] == true;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_shared.c12072 out->informative.mode_support_info.ModeIsSupported = mode_lib->ms.support.ModeSupport; in dml2_core_shared_get_informative()
A Ddml2_core_dcn4_calcs.c12536 out->informative.mode_support_info.ModeIsSupported = mode_lib->ms.support.ModeSupport; in dml2_core_calcs_get_informative()

Completed in 141 milliseconds