Re: [Intel-gfx] [PATCH 3/5] drm/i915: properly set HSW WM_PIPE registers

2013-05-29 Thread Ville Syrjälä
On Mon, May 27, 2013 at 04:21:19PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > We were previously calling sandybridge_update_wm on HSW, but the SNB > function didn't really match the HSW specification, so we were just > writing the wrong values. > > With this patch, the haswell_update_wm

[Intel-gfx] [PATCH 3/5] drm/i915: properly set HSW WM_PIPE registers

2013-05-27 Thread Paulo Zanoni
From: Paulo Zanoni We were previously calling sandybridge_update_wm on HSW, but the SNB function didn't really match the HSW specification, so we were just writing the wrong values. With this patch, the haswell_update_wm function will set the correct values for the WM_PIPE registers, but it will

Re: [Intel-gfx] [PATCH 3/5] drm/i915: properly set HSW WM_PIPE registers

2013-05-27 Thread Ville Syrjälä
On Fri, May 24, 2013 at 07:00:42PM -0300, Paulo Zanoni wrote: > 2013/5/24 Ville Syrjälä : > > On Fri, May 24, 2013 at 11:59:19AM -0300, Paulo Zanoni wrote: > >> From: Paulo Zanoni > >> > >> We were previously calling sandybridge_update_wm on HSW, but the SNB > >> function didn't really match the H

[Intel-gfx] [PATCH 3/5] drm/i915: properly set HSW WM_PIPE registers

2013-05-24 Thread Paulo Zanoni
From: Paulo Zanoni We were previously calling sandybridge_update_wm on HSW, but the SNB function didn't really match the HSW specification, so we were just writing the wrong values. With this patch, the haswell_update_wm function will set the correct values for the WM_PIPE registers, but it will

Re: [Intel-gfx] [PATCH 3/5] drm/i915: properly set HSW WM_PIPE registers

2013-05-24 Thread Paulo Zanoni
2013/5/24 Ville Syrjälä : > On Fri, May 24, 2013 at 11:59:19AM -0300, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> We were previously calling sandybridge_update_wm on HSW, but the SNB >> function didn't really match the HSW specification, so we were just >> writing the wrong values. >> >> With

Re: [Intel-gfx] [PATCH 3/5] drm/i915: properly set HSW WM_PIPE registers

2013-05-24 Thread Ville Syrjälä
On Fri, May 24, 2013 at 11:59:19AM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > We were previously calling sandybridge_update_wm on HSW, but the SNB > function didn't really match the HSW specification, so we were just > writing the wrong values. > > With this patch, the haswell_update_wm

[Intel-gfx] [PATCH 3/5] drm/i915: properly set HSW WM_PIPE registers

2013-05-24 Thread Paulo Zanoni
From: Paulo Zanoni We were previously calling sandybridge_update_wm on HSW, but the SNB function didn't really match the HSW specification, so we were just writing the wrong values. With this patch, the haswell_update_wm function will set the correct values for the WM_PIPE registers, but it will