]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/hdcp: Move to using intel_display in intel_hdcp
authorSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 11 Sep 2024 09:05:39 +0000 (14:35 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Thu, 12 Sep 2024 01:30:00 +0000 (07:00 +0530)
commite35bf8f6a0ff06ceeff15bb032351cd5d006f92b
treec6d9990c192b1e1d799ede3c7e8031827fc4447f
parent26c85e7f40f9aed4f5f04dcb0ea0bce5d44f6f54
drm/i915/hdcp: Move to using intel_display in intel_hdcp

Move to using intel_display wherever possible in intel_hdcp.c
as a part of code refactor.

--v2
-Move intel_display to the first line wherever possible [Jani]
-use the closest reference when using to_intel_display [Jani]

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240911090540.643155-2-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_hdcp.c
drivers/gpu/drm/i915/display/intel_hdcp_gsc.c
drivers/gpu/drm/i915/display/intel_hdcp_gsc.h
drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.h
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c