Re: [Intel-gfx] [PATCH 6/6] drm/i915/clock: mass rename dev_priv to i915

2023-03-02 Thread Rodrigo Vivi
On Wed, Mar 01, 2023 at 03:54:20PM +0200, Jani Nikula wrote: > Follow the contemporary naming style. Include some indentation fixes > while at it on the affected statements. > > One function needs to keep using dev_priv due to implicit dev_priv usage > in a macro. > > Signed-off-by: Jani Nikula

[Intel-gfx] [PATCH 6/6] drm/i915/clock: mass rename dev_priv to i915

2023-03-01 Thread Jani Nikula
Follow the contemporary naming style. Include some indentation fixes while at it on the affected statements. One function needs to keep using dev_priv due to implicit dev_priv usage in a macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_clock_gating.c | 589 +++---