Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_lib.c285 …PPORT: Pitch : %s\n", mode_lib->vba.PitchSupport ? "Supported" :… in dml_log_mode_support_params()
Ddisplay_mode_vba.h451 bool PitchSupport; member
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4977 mode_lib->vba.PitchSupport = true; in dml20_ModeSupportAndSystemConfigurationFull()
4983 mode_lib->vba.PitchSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
4995 mode_lib->vba.PitchSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
5011 mode_lib->vba.PitchSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
5050 } else if (mode_lib->vba.PitchSupport != true) { in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c5097 mode_lib->vba.PitchSupport = true; in dml20v2_ModeSupportAndSystemConfigurationFull()
5103 mode_lib->vba.PitchSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5115 mode_lib->vba.PitchSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5131 mode_lib->vba.PitchSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5170 } else if (mode_lib->vba.PitchSupport != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5086 mode_lib->vba.PitchSupport = true; in dml21_ModeSupportAndSystemConfigurationFull()
5092 mode_lib->vba.PitchSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5104 mode_lib->vba.PitchSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5120 mode_lib->vba.PitchSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5157 } else if (!mode_lib->vba.PitchSupport) { in dml21_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5265 v->PitchSupport = true; in dml30_ModeSupportAndSystemConfigurationFull()
5287 v->PitchSupport = false; in dml30_ModeSupportAndSystemConfigurationFull()
5312 … == 1 && v->WritebackScaleRatioAndTapsSupport == 1 && v->CursorSupport == 1 && v->PitchSupport == 1 in dml30_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5464 v->PitchSupport = true;
5489 v->PitchSupport = false;
5517 && v->CursorSupport == true && v->PitchSupport == true && ViewportExceedsSurface == false