diff options
| author | Chris Wilson <[email protected]> | 2019-10-24 10:03:44 +0000 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2019-10-24 11:14:21 +0000 |
| commit | 2871ea85c119e6fb1127b30f0061436b285d3a2c (patch) | |
| tree | d4e69fc34ae0c8c9301ff5632bb0332965a3bea3 /drivers/gpu/drm/i915/gt/intel_engine_cs.c | |
| parent | drm/i915: Convert PAT setup to uncore mmio (diff) | |
| download | kernel-2871ea85c119e6fb1127b30f0061436b285d3a2c.tar.gz kernel-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 <[email protected]>
Reviewed-by: Mika Kuoppala <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/gt/intel_engine_cs.c')
| -rw-r--r-- | drivers/gpu/drm/i915/gt/intel_engine_cs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/gt/intel_engine_cs.c b/drivers/gpu/drm/i915/gt/intel_engine_cs.c index 8b5129e0b49d..9cc1ea6519ec 100644 --- a/drivers/gpu/drm/i915/gt/intel_engine_cs.c +++ b/drivers/gpu/drm/i915/gt/intel_engine_cs.c @@ -37,6 +37,7 @@ #include "intel_context.h" #include "intel_lrc.h" #include "intel_reset.h" +#include "intel_ring.h" /* Haswell does have the CXT_SIZE register however it does not appear to be * valid. Now, docs explain in dwords what is in the context object. The full |
