Message ID | 20180801100528.29866-1-chris@chris-wilson.co.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | RFT drm/i95: Mark GGTT as incoherent for gen10+ | expand |
Quoting Patchwork (2018-08-01 11:34:58) > igt@drv_selftest@live_objects: > fi-cnl-psr: DMESG-FAIL (fdo#107398) -> PASS Well the bad news is that it did indeed fix the iomap incoherency we have in CI on both cnl and icl. Sigh. -Chris
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 = {