Re: [Intel-gfx] [PATCH 01/19] drm/i915: Pass crtc to intel_update_watermarks()

2013-08-30 Thread Ville Syrjälä
On Fri, Aug 30, 2013 at 05:09:49PM -0300, Paulo Zanoni wrote: > 2013/8/30 : > > From: Ville Syrjälä > > > > Passing the appropriate crtc to intel_update_watermarks() should help > > in avoiding needless work in the future. > > > > Signed-off-by: Ville Syrjälä > > I like the fact that now we're

Re: [Intel-gfx] [PATCH 01/19] drm/i915: Pass crtc to intel_update_watermarks()

2013-08-30 Thread Paulo Zanoni
2013/8/30 : > From: Ville Syrjälä > > Passing the appropriate crtc to intel_update_watermarks() should help > in avoiding needless work in the future. > > Signed-off-by: Ville Syrjälä I like the fact that now we're passing the CRTC, but my only worry is that now some functions overwrite the "c

[Intel-gfx] [PATCH 01/19] drm/i915: Pass crtc to intel_update_watermarks()

2013-08-30 Thread ville . syrjala
From: Ville Syrjälä Passing the appropriate crtc to intel_update_watermarks() should help in avoiding needless work in the future. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_drv.h | 2 +- drivers/gpu/drm/i915/intel_display.c | 20 - drivers/gpu/drm/i915/in