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/dml21/inc/
H 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/
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.h667 dml_bool_t ModeIsSupported; //<brief Is the mode support any voltage and combine setting member
/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/dcn31/
H A Ddisplay_mode_vba_31.c5520 v->ModeIsSupported = v->ModeSupport[i][0] == true || v->ModeSupport[i][1] == true;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c12072 out->informative.mode_support_info.ModeIsSupported = mode_lib->ms.support.ModeSupport; in dml2_core_shared_get_informative()