From: Yongqiang Sun <[email protected]>

Change-Id: I5f8279ec83c88a1562c421a61737a5e2211e06c6
Signed-off-by: Yongqiang Sun <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
---
 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

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to