[Intel-gfx] [PATCH v2 0/3] HDCP Cleanup

Suraj Kandpal suraj.kandpal at intel.com
Tue May 23 00:44:52 UTC 2023


Some basic cleanup of hdcp code.
Consists of 
-rename dev_priv to i915.
-move away from master naming rename it to arbiter.
-rename comp_mutex to hdcp_mutex.

--v2
-remove redundant i915_hdcp_comp_master declaration [Chaitanya]
-some tweaks to commit message of patch 2 and 3 [Chaitanya]

Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>

Suraj Kandpal (3):
  drm/i915/hdcp: Rename dev_priv to i915
  drm/i915/hdcp: Move away from master naming to arbiter
  drm/i915/hdcp: Rename comp_mutex to hdcp_mutex

 .../gpu/drm/i915/display/intel_display_core.h |   7 +-
 drivers/gpu/drm/i915/display/intel_hdcp.c     | 652 +++++++++---------
 drivers/gpu/drm/i915/display/intel_hdcp.h     |   6 +-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c |  16 +-
 drivers/gpu/drm/i915/i915_driver.c            |   2 +-
 drivers/misc/mei/hdcp/mei_hdcp.c              |  26 +-
 include/drm/i915_hdcp_interface.h             |   4 +-
 7 files changed, 356 insertions(+), 357 deletions(-)

-- 
2.25.1



More information about the Intel-gfx mailing list