]> 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>
Mon, 19 Feb 2018 19:19:23 +0000 (14:19 -0500)
commit4b7bca442e5e5a8e3444ce78a73a3af848f06ab0
tree5f6f986f7660eef65a75d13dc7ea0eb5d1e30f00
parent7d530348291db7f79e289faea5a559cff16f0834
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