diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2019-10-24 12:03:44 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-10-24 13:14:21 +0200 |
commit | 2871ea85c119e6fb1127b30f0061436b285d3a2c (patch) | |
tree | d4e69fc34ae0c8c9301ff5632bb0332965a3bea3 /drivers/gpu/drm/i915/gt/intel_workarounds.c | |
parent | drm/i915: Convert PAT setup to uncore mmio (diff) | |
download | linux-2871ea85c119e6fb1127b30f0061436b285d3a2c.tar.xz linux-2871ea85c119e6fb1127b30f0061436b285d3a2c.zip |
drm/i915/gt: Split intel_ring_submission
Split the legacy submission backend from the common CS ring buffer
handling.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191024100344.5041-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/gt/intel_workarounds.c')
-rw-r--r-- | drivers/gpu/drm/i915/gt/intel_workarounds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c index af8a8183154a..7cb6dab4399d 100644 --- a/drivers/gpu/drm/i915/gt/intel_workarounds.c +++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c @@ -7,6 +7,7 @@ #include "i915_drv.h" #include "intel_context.h" #include "intel_gt.h" +#include "intel_ring.h" #include "intel_workarounds.h" /** |