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
This commit is contained in:

committad av
Daniel Vetter

förälder
bdc93fe0eb
incheckning
3aae21fc2e
@@ -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;
|
||||
}
|
||||
|
||||
|
Referens i nytt ärende
Block a user