drm/amd/display: Resolved HDMI assert in dal
authorYongqiang Sun <yongqiang.sun@amd.com>
Wed, 14 Dec 2016 21:05:22 +0000 (16:05 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:05:19 +0000 (17:05 -0400)
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c

index 842182ce93a876dfa2d265a2e03ed1e992a11b17..0590e0a6cd07d144b2be3d6beffc53f308bcd1d5 100644 (file)
@@ -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?