]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/hdcp: split out intel_hdcp_shim.h for struct intel_hdcp_shim
authorJani Nikula <jani.nikula@intel.com>
Mon, 26 Aug 2024 16:31:15 +0000 (19:31 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 5 Sep 2024 09:21:12 +0000 (12:21 +0300)
commitc0e08c2028f7d57644a5154d5aaca54625710a75
tree85453a9001994d8b8d4e114faa0d8955be57a4b6
parent4e66f73ee08ccb723258524e32420d721d4e3d6b
drm/i915/hdcp: split out intel_hdcp_shim.h for struct intel_hdcp_shim

There are only a handful of files that need the struct intel_hdcp_shim
definition. Move it to a new file intel_hdcp_shim.h and include where
needed.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/8dc62bed1f4c827730f66f91a18e1cf0712df123.1724689818.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_dp_hdcp.c
drivers/gpu/drm/i915/display/intel_hdcp.c
drivers/gpu/drm/i915/display/intel_hdcp_shim.h [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_hdmi.c