]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "drm/amd/display: Set RMX_ASPECT as default"
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Fri, 7 Dec 2018 17:15:01 +0000 (12:15 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Dec 2018 20:43:24 +0000 (15:43 -0500)
commit216062014f8fe96d0950864863d86682d74f598c
treee91748a9a8bd6a9fb9157d78c56021b586594a9a
parent722009a6fa86e988e5f99299465a02e08354cd75
Revert "drm/amd/display: Set RMX_ASPECT as default"

This reverts commit 86035045aeb1e81983cb4e8726598e3685c1e07e.

Forcing RMX_ASPECT as default uses the preferred/native mode's timings
for any mode the user selects and scales the image. This provides a
a consistently nicer result in the case where the selected mode's
refresh rate matches the native mode's refresh but this isn't always
the case.

For example, if the monitor is 1080p@144Hz and the preferred mode is
60Hz then even if the user selects 1080p@144Hz as their selected mode
they'll get 1080p@60Hz.

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c