Files
linux/drivers/gpu/drm/xe/display/xe_hdcp_gsc.h
Jani Nikula 29fdc6e98d drm/{i915,xe}/hdcp: use parent interface for HDCP GSC calls
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>
2025-11-28 10:44:51 +02:00

10 lines
215 B
C

/* SPDX-License-Identifier: MIT */
/* Copyright © 2025 Intel Corporation */
#ifndef __XE_HDCP_GSC_H__
#define __XE_HDCP_GSC_H__
extern const struct intel_display_hdcp_interface xe_display_hdcp_interface;
#endif