Re: [Intel-gfx] [PATCH 1/3] drm/i915: gen7: implement rczunit workaround

2012-02-06 Thread Kenneth Graunke
On 02/05/2012 02:47 PM, Eugeni Dodonov wrote: This is yet another workaround related to clock gating which we need on Ivy Bridge. Signed-off-by: Eugeni Dodonov --- drivers/gpu/drm/i915/i915_reg.h |1 + drivers/gpu/drm/i915/intel_display.c | 14 +++--- 2 files changed, 12 i

[Intel-gfx] [PATCH 1/3] drm/i915: gen7: implement rczunit workaround

2012-02-05 Thread Eugeni Dodonov
This is yet another workaround related to clock gating which we need on Ivy Bridge. Signed-off-by: Eugeni Dodonov --- drivers/gpu/drm/i915/i915_reg.h |1 + drivers/gpu/drm/i915/intel_display.c | 14 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers