]> 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)
commit95475d93178ba65beb0dd57934e39adb5adba04d
tree5f6f986f7660eef65a75d13dc7ea0eb5d1e30f00
parent5fb7e1b16a0d74c8a28b4d6f0b38a18e89623ac1
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