drm/i915/dpll: Rename intel_shared_dpll_state
authorSuraj Kandpal <suraj.kandpal@intel.com>
Thu, 15 May 2025 07:17:50 +0000 (12:47 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 20 May 2025 08:04:04 +0000 (13:34 +0530)
commit139f267322d617dd9a6ac75d2e2b40110920e94c
tree346768057af49b36aa39e583ef6bfd8010bfbc13
parente12c9b439f2cbcb574cd71ff7e14121b59ef0fe4
drm/i915/dpll: Rename intel_shared_dpll_state

Rename intel_shared_dpll_state to just intel_dpll_state since it may
not necessarily store share dpll state info specially since
DISPLAY_VER >= 14 PLL's are not shared.
Also change the name of variables which may have been associated as
a shared_dpll.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://lore.kernel.org/r/20250515071801.2221120-4-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
drivers/gpu/drm/i915/display/intel_dpll_mgr.h