Re: [Intel-gfx] [PATCH 4/6] drm/i915: remove unnecessary intel_pm.h includes

2023-03-06 Thread Jani Nikula
On Thu, 02 Mar 2023, Rodrigo Vivi wrote: > On Wed, Mar 01, 2023 at 03:54:18PM +0200, Jani Nikula wrote: >> As intel_pm.[ch] used to contain much more, intel_pm.h was included in a >> lot of places. Many of them are now unnecessary. Remove. >> >> Signed-off-by: Jani Nikula > > trusting the

Re: [Intel-gfx] [PATCH 4/6] drm/i915: remove unnecessary intel_pm.h includes

2023-03-02 Thread Rodrigo Vivi
On Wed, Mar 01, 2023 at 03:54:18PM +0200, Jani Nikula wrote: > As intel_pm.[ch] used to contain much more, intel_pm.h was included in a > lot of places. Many of them are now unnecessary. Remove. > > Signed-off-by: Jani Nikula trusting the compiler: Reviewed-by: Rodrigo Vivi > --- >

[Intel-gfx] [PATCH 4/6] drm/i915: remove unnecessary intel_pm.h includes

2023-03-01 Thread Jani Nikula
As intel_pm.[ch] used to contain much more, intel_pm.h was included in a lot of places. Many of them are now unnecessary. Remove. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/i9xx_wm.c | 1 - drivers/gpu/drm/i915/display/intel_display_debugfs.c | 1 -