Re: [Intel-gfx] [PATCH 23/40] drm/i915: Fix drain latency precision multipler for VLV

2014-07-31 Thread Paulo Zanoni
2014-07-31 14:13 GMT-03:00 Ville Syrjälä : > On Thu, Jul 31, 2014 at 02:05:49PM -0300, Paulo Zanoni wrote: >> 2014-07-31 12:16 GMT-03:00 Ville Syrjälä : >> > On Thu, Jul 31, 2014 at 12:08:09PM -0300, Paulo Zanoni wrote: >> >> 2014-06-27 20:04 GMT-03:00 : >> >> > From: Zhenyu Wang >> >> > >> >> >>

Re: [Intel-gfx] [PATCH 23/40] drm/i915: Fix drain latency precision multipler for VLV

2014-07-31 Thread Ville Syrjälä
On Thu, Jul 31, 2014 at 02:05:49PM -0300, Paulo Zanoni wrote: > 2014-07-31 12:16 GMT-03:00 Ville Syrjälä : > > On Thu, Jul 31, 2014 at 12:08:09PM -0300, Paulo Zanoni wrote: > >> 2014-06-27 20:04 GMT-03:00 : > >> > From: Zhenyu Wang > >> > > >> > >> I guess this affects both VLV and CHV, but my CH

Re: [Intel-gfx] [PATCH 23/40] drm/i915: Fix drain latency precision multipler for VLV

2014-07-31 Thread Paulo Zanoni
2014-07-31 12:16 GMT-03:00 Ville Syrjälä : > On Thu, Jul 31, 2014 at 12:08:09PM -0300, Paulo Zanoni wrote: >> 2014-06-27 20:04 GMT-03:00 : >> > From: Zhenyu Wang >> > >> >> I guess this affects both VLV and CHV, but my CHV docs still contain >> 16/32 instead of 32/64. I didn't check any VLV docs.

Re: [Intel-gfx] [PATCH 23/40] drm/i915: Fix drain latency precision multipler for VLV

2014-07-31 Thread Ville Syrjälä
On Thu, Jul 31, 2014 at 12:08:09PM -0300, Paulo Zanoni wrote: > 2014-06-27 20:04 GMT-03:00 : > > From: Zhenyu Wang > > > > I guess this affects both VLV and CHV, but my CHV docs still contain > 16/32 instead of 32/64. I didn't check any VLV docs. Any pointers, or > an explanation on the commit m

Re: [Intel-gfx] [PATCH 23/40] drm/i915: Fix drain latency precision multipler for VLV

2014-07-31 Thread Paulo Zanoni
2014-06-27 20:04 GMT-03:00 : > From: Zhenyu Wang > I guess this affects both VLV and CHV, but my CHV docs still contain 16/32 instead of 32/64. I didn't check any VLV docs. Any pointers, or an explanation on the commit message? > Signed-off-by: Zhenyu Wang > --- > drivers/gpu/drm/i915/i915_r

[Intel-gfx] [PATCH 23/40] drm/i915: Fix drain latency precision multipler for VLV

2014-06-27 Thread ville . syrjala
From: Zhenyu Wang Signed-off-by: Zhenyu Wang --- drivers/gpu/drm/i915/i915_reg.h | 50 - drivers/gpu/drm/i915/intel_pm.c | 12 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i9