Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/hdcp: Change log level for HDMI HDCP LIC check
@ 2024-11-29  9:05 Suraj Kandpal
  2024-11-29  9:10 ` ✓ CI.Patch_applied: success for drm/i915/hdcp: Change log level for HDMI HDCP LIC check (rev2) Patchwork
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Suraj Kandpal @ 2024-11-29  9:05 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: ankit.k.nautiyal, Suraj Kandpal

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]

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
 drivers/gpu/drm/i915/display/intel_hdmi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_hdmi.c b/drivers/gpu/drm/i915/display/intel_hdmi.c
index 23c270a8c4aa..4e1a9d6ae862 100644
--- a/drivers/gpu/drm/i915/display/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/display/intel_hdmi.c
@@ -1607,7 +1607,6 @@ bool intel_hdmi_hdcp_check_link(struct intel_digital_port *dig_port,
 		if (intel_hdmi_hdcp_check_link_once(dig_port, connector))
 			return true;
 
-	drm_err(display->drm, "Link check failed\n");
 	return false;
 }
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-12-02  8:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29  9:05 [PATCH] drm/i915/hdcp: Change log level for HDMI HDCP LIC check Suraj Kandpal
2024-11-29  9:10 ` ✓ CI.Patch_applied: success for drm/i915/hdcp: Change log level for HDMI HDCP LIC check (rev2) Patchwork
2024-11-29  9:10 ` ✓ CI.checkpatch: " Patchwork
2024-11-29  9:12 ` ✓ CI.KUnit: " Patchwork
2024-11-29  9:19 ` ✗ CI.Build: failure " Patchwork
2024-11-29 12:43 ` [PATCH] drm/i915/hdcp: Change log level for HDMI HDCP LIC check kernel test robot
2024-12-02  6:04 ` [PATCH] drm/i915/hdcp: Remove log " Suraj Kandpal
2024-12-02  8:26   ` Nautiyal, Ankit K
2024-12-02  6:11 ` ✓ CI.Patch_applied: success for drm/i915/hdcp: Change log level for HDMI HDCP LIC check (rev3) Patchwork
2024-12-02  6:12 ` ✓ CI.checkpatch: " Patchwork
2024-12-02  6:13 ` ✓ CI.KUnit: " Patchwork
2024-12-02  6:31 ` ✓ CI.Build: " Patchwork
2024-12-02  6:34 ` ✓ CI.Hooks: " Patchwork
2024-12-02  6:35 ` ✗ CI.checksparse: warning " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox