This adds the workaround for WaCatErrorRejectionIssue which could result
in a system hang.
Reviewed-by: Kenneth Graunke
Signed-off-by: Eugeni Dodonov
---
drivers/gpu/drm/i915/i915_reg.h |4
drivers/gpu/drm/i915/intel_display.c |5 +
2 files changed, 9 insertions(+), 0 dele
This adds two cache-related workarounds for Ivy Bridge which can lead to
3D ring hangs and corruptions.
Signed-off-by: Eugeni Dodonov
---
drivers/gpu/drm/i915/i915_reg.h |7 +++
drivers/gpu/drm/i915/intel_display.c |6 ++
2 files changed, 13 insertions(+), 0 deletions(-)
di
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
Hi,
this is a set of patches which should fix hard-hangs for Ivy Bridge in
different workloads, among which GLBenchmark Egypt is the most notable one.
It also seems to solve random hard-hangs in other applications (the ones I've
seen the most are in World of Padman, Unigine games and Nexuiz).
E