drm/i915/hdcp: Move away from master naming to arbiter
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 29 May 2023 11:07:39 +0000 (16:37 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Wed, 31 May 2023 04:52:13 +0000 (10:22 +0530)
commit5c8ec987997ab444df18813e0a3f565f366d05d1
treebcee0b13761e224be08765db66ac21e5aeaa44a3
parent401e6cd974a708d4c191fda3bdacd6a67c5b30bf
drm/i915/hdcp: Move away from master naming to arbiter

Rename variables to move away from master convention to
arbiter
%s/hdcp.master/hdcp.arbiter
%s/i915_hdcp_master/i915_hdcp_arbiter
%s/comp_master/comp_arbiter

--v2
- delete i915_hdcp_comp_master redundant declaration [Chaitanya]
- use %s/foo/bar/ format in commit message to show changes [Chaitanya]

--v3
- replace i915_hdcp_comp_master declaration with i915_hdcp_arbiter
to avoid any compile fail with old compilers [Chaitanya]

Cc: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Cc: Jani Nikula <jani.nikula@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-3-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/misc/mei/hdcp/mei_hdcp.c
include/drm/i915_hdcp_interface.h