drm/xe/hdcp: Use xe_device struct
authorSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 6 Mar 2024 02:42:46 +0000 (08:12 +0530)
committerMika Kahola <mika.kahola@intel.com>
Wed, 6 Mar 2024 07:50:47 +0000 (09:50 +0200)
commitb8e7996f4126d89547ff410fe5ddbc7e47e80cee
tree1d0293893ae276ac890406501da0dec7236d493a
parentc3fbdabd3181034e7c9b0c49bf8737499d21fafd
drm/xe/hdcp: Use xe_device struct

Use xe_device struct instead of drm_i915_private so as to not
cause confusion and comply with Xe standards as drm_i915_private is
xe_device under the hood.

--v2
-Fix commit message [Daniele]

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240306024247.1857881-4-suraj.kandpal@intel.com
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c