[Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support

Balasubramani Vivekanandan balasubramani.vivekanandan at intel.com
Mon May 29 11:43:05 UTC 2023


Printing HDCP feature missing log at KERN_ERR log level upsets CI.
Reduce it to KERN_INFO log level.
Also correct a typo in the log.

Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
---
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
index 43d3ad50dc54..5c02675bbb09 100644
--- a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
+++ b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
@@ -7,7 +7,7 @@
 
 int intel_hdcp_gsc_init(struct drm_i915_private *i915)
 {
-	drm_err(&i915->drm, "HCDP support not yet implemented\n");
+	drm_info(&i915->drm, "HDCP support not yet implemented\n");
 	return -ENODEV;
 }
 
-- 
2.25.1



More information about the Intel-xe mailing list