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 <suraj.kandpal@intel.com> Reviewed-by: Uma Shankar <uma.shankar@intel.com> Acked-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Uma Shankar <uma.shankar@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231009095537.653619-3-suraj.kandpal@intel.com
1 parent 99f106a commit 0f5b114

4 files changed

Lines changed: 682 additions & 598 deletions

File tree

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)