drm/i915/dpll: Rename intel_shared_dpll_funcs
authorSuraj Kandpal <suraj.kandpal@intel.com>
Thu, 15 May 2025 07:17:52 +0000 (12:47 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 20 May 2025 08:04:07 +0000 (13:34 +0530)
commit6cc235f79adb7aa594ebe18070d3b3c8d1ae1d30
treecc024f2b58ee17cb39d7459b74fb7690da12957f
parent958a33200ac7c85e95b5a5c93bb3b2004b752aed
drm/i915/dpll: Rename intel_shared_dpll_funcs

Rename intel_shared_dpll_funcs to intel_dpll_funcs
since it needs to represent both shared and individual
dplls.

--v2
-Change intel_global_dpll to intel_dpll_global to be more
in line with the naming standard where the name should
start with the file name [Jani]

--v3
-Drop shared and global altogether [Jani]

--v4
-Keep declarations sorted [Jani]

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-6-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
drivers/gpu/drm/i915/display/intel_dpll_mgr.h