drm/amd/display: Fixed non-native modes not lighting up
authorJerry (Fangzhi) Zuo <[email protected]>
Wed, 17 Jan 2018 18:24:28 +0000 (13:24 -0500)
committerAlex Deucher <[email protected]>
Wed, 7 Mar 2018 21:27:36 +0000 (16:27 -0500)
commit4a2df0d1f28eba7bd49ad1a1527af996f54df137
tree5504510671e3d3c429c858c1e9ca8a32d94849d8
parent3549130ef7f6ec732a7770ea0ac36231be85a089
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 <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c