OSDN Git Service

drm/amd/display: Reset steer fifo before unblanking the stream
authorNikola Cornij <nikola.cornij@amd.com>
Mon, 11 Nov 2019 23:03:59 +0000 (18:03 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Dec 2019 23:19:54 +0000 (18:19 -0500)
commit87de6cb2f28153bc74d0a001ca099c29453e145f
tree7f0333488272f8e88faa2559c2bd8358c1666032
parenta2a1f1eb06d73a45a60970c77403687918966fc6
drm/amd/display: Reset steer fifo before unblanking the stream

[why]
During mode transition steer fifo could overflow. Quite often it
recovers by itself, but sometimes it doesn't.

[how]
Add steer fifo reset before unblanking the stream. Also add a short
delay when resetting dig resync fifo to make sure register writes
don't end up back-to-back, in which case the HW might miss the reset
request.

Signed-off-by: Nikola Cornij <nikola.cornij@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c