[Intel-gfx] [PATCH 6/8] drm/i915/skl: Updated watermark programming

2015-02-27 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Recent BSpect updates have changed the watermark calculation to avoid display flickering in some cases. v2: Fix check against DDB allocation and tidy the code a bit. (Damien Lespiau) Signed-off-by: Tvrtko Ursulin Reviewed-by: Damien Lespiau --- drivers/gpu/drm/i915/intel

Re: [Intel-gfx] [PATCH 6/8] drm/i915/skl: Updated watermark programming

2015-02-27 Thread Tvrtko Ursulin
On 02/26/2015 04:45 PM, Damien Lespiau wrote: On Wed, Feb 25, 2015 at 04:47:22PM +, Tvrtko Ursulin wrote: From: Tvrtko Ursulin Recent BSpect updates have changed the watermark calculation to avoid display flickering in some cases. Signed-off-by: Tvrtko Ursulin --- There are really sev

Re: [Intel-gfx] [PATCH 6/8] drm/i915/skl: Updated watermark programming

2015-02-26 Thread Damien Lespiau
On Wed, Feb 25, 2015 at 04:47:22PM +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Recent BSpect updates have changed the watermark calculation to avoid > display flickering in some cases. > > Signed-off-by: Tvrtko Ursulin > --- There are really several changes in this patch, it would

[Intel-gfx] [PATCH 6/8] drm/i915/skl: Updated watermark programming

2015-02-25 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Recent BSpect updates have changed the watermark calculation to avoid display flickering in some cases. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/intel_pm.c | 52 + 1 file changed, 32 insertions(+), 20 deletions(-) diff