|
@@ -1964,13 +1964,7 @@ struct i915_wa_reg {
|
|
|
u32 mask;
|
|
|
};
|
|
|
|
|
|
-/*
|
|
|
- * RING_MAX_NONPRIV_SLOTS is per-engine but at this point we are only
|
|
|
- * allowing it for RCS as we don't foresee any requirement of having
|
|
|
- * a whitelist for other engines. When it is really required for
|
|
|
- * other engines then the limit need to be increased.
|
|
|
- */
|
|
|
-#define I915_MAX_WA_REGS (16 + RING_MAX_NONPRIV_SLOTS)
|
|
|
+#define I915_MAX_WA_REGS 16
|
|
|
|
|
|
struct i915_workarounds {
|
|
|
struct i915_wa_reg reg[I915_MAX_WA_REGS];
|