drm/i915: Disable decoupled MMIO
authorKai Chen <[email protected]>
Tue, 23 May 2017 21:58:11 +0000 (14:58 -0700)
committerJani Nikula <[email protected]>
Tue, 30 May 2017 06:59:00 +0000 (09:59 +0300)
The decoupled MMIO feature doesn't work as intended by HW team. Enabling
it with forcewake will only make debugging efforts more difficult, so
let's disable it.

Fixes: 85ee17ebeedd ("drm/i915/bxt: Broxton decoupled MMIO")
Cc: Zhe Wang <[email protected]>
Cc: Praveen Paneri <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: [email protected]
Cc: <[email protected]> # v4.10+
Signed-off-by: Kai Chen <[email protected]>
Reviewed-by: Tvrtko Ursulin <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_pci.c

index f80db2ccd92fa040e97e8478ed2ec2097afd0b92..cf43dc1d539fdbf5a0524b32bfc1f65387bf6872 100644 (file)
@@ -385,7 +385,6 @@ static const struct intel_device_info intel_skylake_gt3_info = {
        .has_gmbus_irq = 1, \
        .has_logical_ring_contexts = 1, \
        .has_guc = 1, \
-       .has_decoupled_mmio = 1, \
        .has_aliasing_ppgtt = 1, \
        .has_full_ppgtt = 1, \
        .has_full_48bit_ppgtt = 1, \