[Intel-gfx] [PATCH 04/24] drm/i916: Refactor WM register maximums

2014-03-07 Thread ville . syrjala
From: Ville Syrjälä We will have another use for the maximum watermark values that the registers can hold. Pull those out into separate functions. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_pm.c | 66 +++-- 1 file changed, 37 insertions(+),

Re: [Intel-gfx] [PATCH 04/24] drm/i916: Refactor WM register maximums

2014-04-07 Thread Paulo Zanoni
2014-03-07 13:32 GMT-03:00 : > From: Ville Syrjälä > > We will have another use for the maximum watermark values that the > registers can hold. Pull those out into separate functions. > > Signed-off-by: Ville Syrjälä Reviewed-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/intel_pm.c | 66 > +

Re: [Intel-gfx] [PATCH 04/24] drm/i916: Refactor WM register maximums

2014-04-09 Thread Daniel Vetter
On Mon, Apr 07, 2014 at 01:34:04PM -0300, Paulo Zanoni wrote: > 2014-03-07 13:32 GMT-03:00 : > > From: Ville Syrjälä > > > > We will have another use for the maximum watermark values that the > > registers can hold. Pull those out into separate functions. > > > > Signed-off-by: Ville Syrjälä >