aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdcp.c
diff options
context:
space:
mode:
authorRamalingam C <ramalingam.c@intel.com>2018-10-23 16:11:28 +0530
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-10-24 09:34:08 +0200
commit3aae21fc2ed4e2b6b417e81a0d39bfa590e8510d (patch)
treea6b887373af7317ede205f1389f2da4814c9f54f /drivers/gpu/drm/i915/intel_hdcp.c
parentdrm/i915/debugfs: hdcp capability of a sink (diff)
downloadlinux-dev-3aae21fc2ed4e2b6b417e81a0d39bfa590e8510d.tar.xz
linux-dev-3aae21fc2ed4e2b6b417e81a0d39bfa590e8510d.zip
drm/i915: Move the DDC/AUX failure msgs to debug log
When a HDCP authentication is in progress, if the display sink is hot unplugged, all DDC/AUX transaction related to the HDCP authentication will fail. This patch moves those kind of HDCP DDC/AUX failures into the debug logs instead of errors. v2: Bksv invalid state is provided as debug msg Signed-off-by: Ramalingam C <ramalingam.c@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/1540291288-22185-1-git-send-email-ramalingam.c@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdcp.c')
-rw-r--r--drivers/gpu/drm/i915/intel_hdcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_hdcp.c b/drivers/gpu/drm/i915/intel_hdcp.c
index 283b45636668..5b423a78518d 100644
--- a/drivers/gpu/drm/i915/intel_hdcp.c
+++ b/drivers/gpu/drm/i915/intel_hdcp.c
@@ -44,7 +44,7 @@ int intel_hdcp_read_valid_bksv(struct intel_digital_port *intel_dig_port,
break;
}
if (i == tries) {
- DRM_ERROR("Bksv is invalid\n");
+ DRM_DEBUG_KMS("Bksv is invalid\n");
return -ENODEV;
}