]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: drop DPF code for gen8+
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Wed, 9 Jan 2019 21:31:47 +0000 (13:31 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 10 Jan 2019 09:43:33 +0000 (09:43 +0000)
commit3f5777a828d077320c4b4361af0ebacbc90458a8
tree11ed06cd9e9498f3ca51f172c3158e322fe57589
parentd885cc69808719f474aeca1f1265ac2b09d11438
drm/i915: drop DPF code for gen8+

The only gen8+ platform that has the feature is BDW, but we don't define
the feature flag on any BDW platform and we only have partial support in
the gen8 path (irq enabling code, but no handler).
The only thing we could do in the irq handler is report the error
to userspace, but no one asked/cared about that since BDW was
released so it is relatively safe to assume that even if we added the
message no one would look at it. Just drop the dead code from the
driver instead.

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190109213147.16851-1-daniele.ceraolospurio@intel.com
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_lrc.c