]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/amd/display:: Fix NULL pointer in Raven hotplug
authorJerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Fri, 20 Oct 2017 20:45:53 +0000 (16:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:53:56 +0000 (16:53 -0400)
commit9b38bd1b8f5c874c3d1f330e0dcf4e7d84137477
tree1e60c1bd032ba2bcb2e1b1d0b611195e66314bd8
parentaf09e48aa52377eb807709e2a1cdc33e9fd1ac94
drm/amd/display:: Fix NULL pointer in Raven hotplug

Programming sequence to frontend and backend has been switched.
In such case, program_scaler() is gettingĀ called when programming
frontend, and should be removed from backend programming routine.

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