]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Move the DDC/AUX failure msgs to debug log
authorRamalingam C <ramalingam.c@intel.com>
Tue, 23 Oct 2018 10:41:28 +0000 (16:11 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Oct 2018 07:34:08 +0000 (09:34 +0200)
commit3aae21fc2ed4e2b6b417e81a0d39bfa590e8510d
treea6b887373af7317ede205f1389f2da4814c9f54f
parentbdc93fe0eb82f3646dbe34f6cea0cfcf5a1516ff
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
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_hdcp.c
drivers/gpu/drm/i915/intel_hdmi.c