mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
drm/bridge: dw-hdmi-qp-hdcp: Fix timeout for ksv list ready
CTS requires a minimum timeout period of 5s. Change-Id: I6312d3334acb9171a81c13e4eda6900b7fb429da Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -563,10 +563,10 @@ static void dw_hdmi_qp_hdcp(struct work_struct *p_work)
|
||||
{
|
||||
struct dw_qp_hdcp *hdcp = container_of(p_work, struct dw_qp_hdcp, work);
|
||||
u32 val;
|
||||
int i = 500;
|
||||
int i = 700;
|
||||
|
||||
while (i--) {
|
||||
usleep_range(7000, 8000);
|
||||
usleep_range(7200, 8000);
|
||||
|
||||
mutex_lock(&hdcp->mutex);
|
||||
if (hdcp->status == DW_HDCP_DISABLED) {
|
||||
|
||||
Reference in New Issue
Block a user