[Intel-gfx] [PATCH] RFT drm/i95: Mark GGTT as incoherent for gen10+
Chris Wilson
chris at chris-wilson.co.uk
Wed Aug 1 10:05:28 UTC 2018
We haven't had a full run yet on on gen10+ so it's hard to tell if the
userspace tests are confirming the same as live_objects/live_coherency
selftests is hinting.
---
drivers/gpu/drm/i915/i915_pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index e443fe44da3a..adf80563d0a1 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -590,6 +590,7 @@ static const struct intel_device_info intel_coffeelake_gt3_info = {
GEN9_FEATURES, \
GEN(10), \
.ddb_size = 1024, \
+ .has_coherent_ggtt = false, \
GLK_COLORS
static const struct intel_device_info intel_cannonlake_info = {
--
2.18.0
More information about the Intel-gfx
mailing list