summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
diff options
context:
space:
mode:
authorYongqiang Sun2016-12-14 22:05:22 +0100
committerAlex Deucher2017-09-26 23:05:19 +0200
commitb90a2b23edeb1f5181c7baf0ecd305c7e6ab20b4 (patch)
tree536cd2e6e9c95181b7d0d92e31dd7df69adc2a90 /drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
parentdrm/amd/dal: Add POLARIS12 support (v2) (diff)
downloadkernel-qcow2-linux-b90a2b23edeb1f5181c7baf0ecd305c7e6ab20b4.tar.gz
kernel-qcow2-linux-b90a2b23edeb1f5181c7baf0ecd305c7e6ab20b4.tar.xz
kernel-qcow2-linux-b90a2b23edeb1f5181c7baf0ecd305c7e6ab20b4.zip
drm/amd/display: Resolved HDMI assert in dal
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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c6
1 files 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?