Re: [Intel-gfx] [PATCH 2/6] drm/i915/pm: drop intel_pm_setup()

2023-03-02 Thread Rodrigo Vivi
On Wed, Mar 01, 2023 at 03:54:16PM +0200, Jani Nikula wrote: > All the init in intel_pm_setup() is related to runtime pm. Move them to > intel_runtime_pm_init_early(), and remove intel_pm_setup(). > > Signed-off-by: Jani Nikula Reviewed-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/i915_drive

[Intel-gfx] [PATCH 2/6] drm/i915/pm: drop intel_pm_setup()

2023-03-01 Thread Jani Nikula
All the init in intel_pm_setup() is related to runtime pm. Move them to intel_runtime_pm_init_early(), and remove intel_pm_setup(). Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/i915_driver.c | 1 - drivers/gpu/drm/i915/intel_pm.c | 6 -- drivers/gpu/drm/i915/intel_pm.h