Re: [Intel-gfx] [PATCH v2 09/13] drm/i915: Don't pass dev_priv around so much

2018-11-20 Thread Matt Roper
On Wed, Nov 14, 2018 at 11:07:25PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Simplify the calling convention of the skl+ watermark functions > by not passing around dev_priv needlessly. The callees have > what they need to dig it out anyway. > > Signed-off-by: Ville Syrjälä

[Intel-gfx] [PATCH v2 09/13] drm/i915: Don't pass dev_priv around so much

2018-11-14 Thread Ville Syrjala
From: Ville Syrjälä Simplify the calling convention of the skl+ watermark functions by not passing around dev_priv needlessly. The callees have what they need to dig it out anyway. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_pm.c | 27 +-- 1 file