[Intel-gfx] [PATCH 3/4] drm/i915: gen7: work around a system hang on IVB

2012-02-08 Thread Kenneth Graunke
From: Eugeni Dodonov This adds the workaround for WaCatErrorRejectionIssue which could result in a system hang. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=41353 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44610 Tested-by: Eugeni Dodonov Reviewed-by: Kenneth Graunke Signe

Re: [Intel-gfx] [PATCH 3/4] drm/i915: gen7: work around a system hang on IVB

2012-02-03 Thread Kenneth Graunke
On 02/03/2012 12:22 PM, Eugeni Dodonov wrote: This adds the workaround for WaCatErrorRejectionIssue which could result in a system hang.. Signed-off-by: Eugeni Dodonov --- drivers/gpu/drm/i915/i915_reg.h |4 drivers/gpu/drm/i915/intel_display.c |4 2 files changed, 8 i

[Intel-gfx] [PATCH 3/4] drm/i915: gen7: work around a system hang on IVB

2012-02-03 Thread Eugeni Dodonov
This adds the workaround for WaCatErrorRejectionIssue which could result in a system hang.. Signed-off-by: Eugeni Dodonov --- drivers/gpu/drm/i915/i915_reg.h |4 drivers/gpu/drm/i915/intel_display.c |4 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers