Re: [Intel-gfx] [PATCH 2/9] drm/i915: remove intel_update_linetime_watermarks

2013-05-20 Thread Ville Syrjälä
On Thu, May 09, 2013 at 04:55:50PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > The spec says the linetime watermarks must be programmed before > enabling any display low power watermarks, but we're currently > updating the linetime watermarks after we call intel_update_watermarks > (and o

[Intel-gfx] [PATCH 2/9] drm/i915: remove intel_update_linetime_watermarks

2013-05-09 Thread Paulo Zanoni
From: Paulo Zanoni The spec says the linetime watermarks must be programmed before enabling any display low power watermarks, but we're currently updating the linetime watermarks after we call intel_update_watermarks (and only at crtc_mode_set, not at crtc_{enable,disable}). So IMHO the best way