[PATCH 01/22] drm/amd/display: Resolved HDMI assert in dal

Harry Wentland harry.wentland at amd.com
Wed Dec 21 16:29:55 UTC 2016


From: Yongqiang Sun <yongqiang.sun at amd.com>

Change-Id: I5f8279ec83c88a1562c421a61737a5e2211e06c6
Signed-off-by: Yongqiang Sun <yongqiang.sun at amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng at amd.com>
Acked-by: Harry Wentland <Harry.Wentland at amd.com>
---
 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c b/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
index 842182ce93a8..0590e0a6cd07 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
+++ b/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
@@ -94,12 +94,12 @@ static void dce110_update_generic_info_packet(
 		/* poll dig_update_lock is not locked -> asic internal signal
 		 * assume otg master lock will unlock it
 		 */
-		REG_WAIT(AFMT_VBI_PACKET_CONTROL, AFMT_GENERIC_LOCK_STATUS,
-				1, 10, max_retries);
+/*		REG_WAIT(AFMT_VBI_PACKET_CONTROL, AFMT_GENERIC_LOCK_STATUS,
+				0, 10, max_retries);*/
 
 		/* check if HW reading GSP memory */
 		REG_WAIT(AFMT_VBI_PACKET_CONTROL, AFMT_GENERIC_CONFLICT,
-				1, 10, max_retries);
+				0, 10, max_retries);
 
 		/* HW does is not reading GSP memory not reading too long ->
 		 * something wrong. clear GPS memory access and notify?
-- 
2.9.3



More information about the amd-gfx mailing list