]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: Fix no display on Fiji
authorJerry Zuo <Jerry.Zuo@amd.com>
Tue, 17 Oct 2017 19:36:13 +0000 (15:36 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Oct 2017 17:13:02 +0000 (13:13 -0400)
commit3b21b6d239f43c0d797bf0deb8c0f8c846862eb1
treeb9893cedd82b9f65f9b63088c5b47e21a5014120
parent9a68db7220d05fb28de139a7db93bd6866cc86fa
drm/amd/display: Fix no display on Fiji

Allocate memory for the second pipe allocate_mem_input() needs to
be done prior to program pipe front end. It shows sensitive to
Fiji. Failure to do so will cause error in allocate memory 
allocate_mem_input() on the second connected display.

Signed-off-by: Jerry Zuo <Jerry.Zuo@amd.com>
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c