]> git.dujemihanovic.xyz Git - linux.git/commit
drm/xe/hdcp: Fix condition for hdcp gsc cs requirement
authorSuraj Kandpal <suraj.kandpal@intel.com>
Fri, 8 Mar 2024 15:49:40 +0000 (21:19 +0530)
committerUma Shankar <uma.shankar@intel.com>
Mon, 11 Mar 2024 05:28:52 +0000 (10:58 +0530)
commit89d030804831c4075496629343ae3bb3ae8ff58f
tree7d7a5a31b320a786e1721bef98c59853efde15b0
parent71e721485c77bd74a8af44f7907f72af1dec1af6
drm/xe/hdcp: Fix condition for hdcp gsc cs requirement

Add condition for check of hdcp gsc cs requirement rather than
assuming gsc cs to always be required when xe is loaded. It is not
required for display version < 14

--v2
-Use display version in commit message [Lucas]

Fixes: 152f2df954d8 ("drm/xe/hdcp: Enable HDCP for XE")
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240308154939.1940960-2-suraj.kandpal@intel.com
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c