]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dpll: Change param to intel_display in for_each_shared_dpll
authorSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 12 Feb 2025 07:45:36 +0000 (13:15 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 12 Feb 2025 09:48:48 +0000 (15:18 +0530)
commite20d0d407667f5b32220d92e8e7c0ed01c31b2e6
tree7cb663f25d98ed24fcae9662191a1cfd845519fa
parent7378c2dbf366ba4b0e01484abd211bb41dfa82b5
drm/i915/dpll: Change param to intel_display in for_each_shared_dpll

Change the argument of for_each_shared_dpll to take intel_display which
helps move as an ongoing effort to get rid off the dependency on
drm_i915_private. Some opportunistic changes in intel_pch_refclk done
too.

--v2
-Prefer using &i915->display [Jani]

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250212074542.3569452-3-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_display_debugfs.c
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
drivers/gpu/drm/i915/display/intel_dpll_mgr.h
drivers/gpu/drm/i915/display/intel_pch_refclk.c