mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 03:22:27 -04:00
The HDCP GSC implementation is different for both i915 and xe. Add it to the display parent interface, and call the hooks via the parent interface. Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Link: https://patch.msgid.link/e397073e91f8aa7518754b3b79f65c1936be91ad.1764090990.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
10 lines
247 B
C
10 lines
247 B
C
/* SPDX-License-Identifier: MIT */
|
|
/* Copyright © 2025 Intel Corporation */
|
|
|
|
#ifndef __I915_HDCP_GSC_H__
|
|
#define __I915_HDCP_GSC_H__
|
|
|
|
extern const struct intel_display_hdcp_interface i915_display_hdcp_interface;
|
|
|
|
#endif /* __I915_HDCP_GSC_H__ */
|