Skip to content

Commit 0f5b114

Browse files
surajk8uma-intel
authored andcommitted
drm/i915/hdcp: Move common message filling function to its own file
Create a new file intel_hdcp_gsc_message that contain functions which fill the hdcp messages we send to gsc cs this refactor will help us reuse code for Xe later on --v2 -add the missed file for proper build --v3 -use forward declarations instead of #includes [Jani] --v4 -move linux/err.h to intel_hdcp_gsc_message.c from intel_hdcp_gsc_message.h [Jani] --v5 -move linux include on top of drm includes [Uma] Signed-off-by: Suraj Kandpal <[email protected]> Reviewed-by: Uma Shankar <[email protected]> Acked-by: Jani Nikula <[email protected]> Signed-off-by: Uma Shankar <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 99f106a commit 0f5b114

File tree

4 files changed

+682
-598
lines changed

4 files changed

+682
-598
lines changed

drivers/gpu/drm/i915/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ i915-y += \
279279
display/intel_global_state.o \
280280
display/intel_hdcp.o \
281281
display/intel_hdcp_gsc.o \
282+
display/intel_hdcp_gsc_message.o \
282283
display/intel_hotplug.o \
283284
display/intel_hotplug_irq.o \
284285
display/intel_hti.o \

0 commit comments

Comments
 (0)