[PATCH 3/3] drm/xe/hdcp: Add intel_hdcp_gsc_message to Makefile

2024-02-06 Thread Suraj Kandpal
Add intel_hdcp_gsc_message to Makefile and add corresponding changes to xe_hdcp_gsc.c to make it build. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/xe/Makefile | 1 + drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 19 ++- 2 files changed, 19 insertions(+), 1 deleti

[PATCH 3/3] drm/xe/hdcp: Add intel_hdcp_gsc_message to Makefile

2024-02-02 Thread Suraj Kandpal
Add intel_hdcp_gsc_message to Makefile and add corresponding changes to xe_hdcp_gsc.c to make it build. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/xe/Makefile | 1 + drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 19 +++ 2 files changed, 20 insertions(+) diff --g