[PATCH 1/1] No-reloc on TGL
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Fri Jun 25 13:04:30 UTC 2021
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c b/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
index 7ff2fc3c0b2c..5a6e083880e3 100644
--- a/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
+++ b/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
@@ -498,9 +498,7 @@ static bool platform_has_relocs_enabled(const struct i915_execbuffer *eb)
* as an exception. To unblock CI, we are temporarily allowing it
* for Rocketlake and Alderlake.
*/
- if (GRAPHICS_VER(eb->i915) < 12 || IS_TIGERLAKE(eb->i915) ||
- IS_ROCKETLAKE(eb->i915) || IS_ALDERLAKE_S(eb->i915) ||
- IS_ALDERLAKE_P(eb->i915))
+ if (GRAPHICS_VER(eb->i915) < 12)
return true;
return false;
--
2.20.1
More information about the Intel-gfx-trybot
mailing list