]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Fixed non-native modes not lighting up
authorJerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Wed, 17 Jan 2018 18:24:28 +0000 (13:24 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Mar 2018 21:27:36 +0000 (16:27 -0500)
commit0fd9244256a46706bae5c9bec7dee7c0b6a02b7b
tree5504510671e3d3c429c858c1e9ca8a32d94849d8
parent29aca11cd9a814956c7609081394f6ce2970dac9
drm/amd/display: Fixed non-native modes not lighting up

There is no need to call drm_mode_set_crtcinfo() again once
crtc timing is decided. Otherwise non-native/unsupported timing
might get overwritten.

Signed-off-by: Jerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c