OSDN Git Service

drm/i915/hdcp: Rename comp_mutex to hdcp_mutex
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 29 May 2023 11:07:40 +0000 (16:37 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Wed, 31 May 2023 04:52:14 +0000 (10:22 +0530)
commit3e36c490698660ba4fa7cedfab03f3ed81a07192
tree64f5a4b8154f2c245867d12fa19921913b322e0b
parent5c8ec987997ab444df18813e0a3f565f366d05d1
drm/i915/hdcp: Rename comp_mutex to hdcp_mutex

Rename comp_mutex to hdcp_mutex as it does not just
protect component related variables which was a terminology
used when hdcp was to be binded as a mei component from MTL
we use gsc cs which does not use the component binding path
for HDCP.

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230529110740.1522985-4-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_display_core.h
drivers/gpu/drm/i915/display/intel_hdcp.c
drivers/gpu/drm/i915/display/intel_hdcp_gsc.c
drivers/gpu/drm/i915/i915_driver.c