Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_lib.c277 …PPORT: Pitch : %s\n", mode_lib->vba.PitchSupport ? "Supported" :… in dml_log_mode_support_params()
Ddisplay_mode_vba.h444 bool PitchSupport; member
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4976 mode_lib->vba.PitchSupport = true; in dml20_ModeSupportAndSystemConfigurationFull()
4982 mode_lib->vba.PitchSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
4994 mode_lib->vba.PitchSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
5010 mode_lib->vba.PitchSupport = false; in dml20_ModeSupportAndSystemConfigurationFull()
5049 } else if (mode_lib->vba.PitchSupport != true) { in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c5055 mode_lib->vba.PitchSupport = true; in dml20v2_ModeSupportAndSystemConfigurationFull()
5061 mode_lib->vba.PitchSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5073 mode_lib->vba.PitchSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5089 mode_lib->vba.PitchSupport = false; in dml20v2_ModeSupportAndSystemConfigurationFull()
5128 } else if (mode_lib->vba.PitchSupport != true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5081 mode_lib->vba.PitchSupport = true; in dml21_ModeSupportAndSystemConfigurationFull()
5087 mode_lib->vba.PitchSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5099 mode_lib->vba.PitchSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5115 mode_lib->vba.PitchSupport = false; in dml21_ModeSupportAndSystemConfigurationFull()
5152 } else if (mode_lib->vba.PitchSupport != true) { in dml21_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5260 v->PitchSupport = true; in dml30_ModeSupportAndSystemConfigurationFull()
5282 v->PitchSupport = false; in dml30_ModeSupportAndSystemConfigurationFull()
5307 … == 1 && v->WritebackScaleRatioAndTapsSupport == 1 && v->CursorSupport == 1 && v->PitchSupport == 1 in dml30_ModeSupportAndSystemConfigurationFull()