Skip to content
Snippets Groups Projects
Commit a01b2fb2 authored by Balasubramani Vivekanandan's avatar Balasubramani Vivekanandan Committed by Lucas De Marchi
Browse files

fixup! drm/xe/display: Implement display support


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: default avatarBalasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Reviewed-by: default avatarMatt Roper <matthew.d.roper@intel.com>
(cherry picked from commit 241c03cc)
parent 051243df
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment