diff options
| author | Suraj Kandpal <[email protected]> | 2025-05-15 07:17:54 +0000 |
|---|---|---|
| committer | Suraj Kandpal <[email protected]> | 2025-05-20 08:04:13 +0000 |
| commit | 2b3b9a8faf56a61634e734afc01da9a9ea1265cf (patch) | |
| tree | e7d27f85abdc7473afdaf720adf5fde410ff1513 /drivers/gpu/drm/i915/display/intel_display_driver.c | |
| parent | drm/i915/dpll: Rename intel_shared_dpll (diff) | |
| download | kernel-2b3b9a8faf56a61634e734afc01da9a9ea1265cf.tar.gz kernel-2b3b9a8faf56a61634e734afc01da9a9ea1265cf.zip | |
drm/i915/dpll: Move away from using shared dpll
Rename functions to move away from using shared dpll in the dpll
framework as much as possible since dpll may not always be shared.
--v2
-Use intel_dpll_global instead of global_dpll [Jani]
--v3
-Just use intel_dpll [Jani]
--v4
-Drop the global from comments [Jani]
Signed-off-by: Suraj Kandpal <[email protected]>
Reviewed-by: Jani Nikula <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_display_driver.c')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_display_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_display_driver.c b/drivers/gpu/drm/i915/display/intel_display_driver.c index 5c74ab5fd1aa..16d91be02bb9 100644 --- a/drivers/gpu/drm/i915/display/intel_display_driver.c +++ b/drivers/gpu/drm/i915/display/intel_display_driver.c @@ -446,7 +446,7 @@ int intel_display_driver_probe_nogem(struct intel_display *display) } intel_plane_possible_crtcs_init(display); - intel_shared_dpll_init(display); + intel_dpll_init(display); intel_fdi_pll_freq_update(display); intel_update_czclk(display); |
