[PATCH 9/9] asdf
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Wed Jun 23 16:34:20 UTC 2021
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
---
drivers/gpu/drm/i915/gt/intel_ggtt.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/i915/gt/intel_ggtt.c b/drivers/gpu/drm/i915/gt/intel_ggtt.c
index 19140c5a6c70..a36b876384e9 100644
--- a/drivers/gpu/drm/i915/gt/intel_ggtt.c
+++ b/drivers/gpu/drm/i915/gt/intel_ggtt.c
@@ -113,6 +113,9 @@ static bool needs_idle_maps(struct drm_i915_private *i915)
if (GRAPHICS_VER(i915) == 12)
return true; /* XXX DMAR fault reason 7 */
+ if (IS_BROXTON(i915))
+ return true;
+
return false;
}
--
2.31.0
More information about the Intel-gfx-trybot
mailing list