]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/hdcp: Remove log for HDMI HDCP LIC check
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 2 Dec 2024 06:04:10 +0000 (11:34 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 2 Dec 2024 08:38:05 +0000 (14:08 +0530)
commit63809cdef744f9004720697fd99611b1684acb44
tree06fd887271c6f61200871d29833a56a40623d3ae
parent731c74e988ff776f6caa4738747613839000cc4b
drm/i915/hdcp: Remove log for HDMI HDCP LIC check

We don't need to shout out loud if there is a Link Integrity
Failure. This does not mean HDCP has failed, it is expected and
taken into account in the HDCP Spec. The real failure happens when
we are not able to reauthenticate and get HDCP running again for
which we already have the right logging.

--v2
-Remove the log altogether [Ankit]

--v3
-Remove useless display variable

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241202060410.1872121-1-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_hdmi.c