diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2020-12-16 14:54:52 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-12-16 16:55:43 +0100 |
commit | 45233ab2d036ce55bbdb59e7260e586dbb1a6b86 (patch) | |
tree | c7e3f407343f880c0d003e23abe0a8f0a60870ad /drivers/gpu/drm/i915/gt/selftest_mocs.c | |
parent | drm/i915/gem: Drop free_work for GEM contexts (diff) | |
download | linux-45233ab2d036ce55bbdb59e7260e586dbb1a6b86.tar.xz linux-45233ab2d036ce55bbdb59e7260e586dbb1a6b86.zip |
drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
Reduce the pollution of intel_engine.h by moving gen8_emit_pipe_control
and friends to gen8_engine_cs.h
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/20201216135452.6063-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/gt/selftest_mocs.c')
-rw-r--r-- | drivers/gpu/drm/i915/gt/selftest_mocs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/gt/selftest_mocs.c b/drivers/gpu/drm/i915/gt/selftest_mocs.c index 21dcd91cbd62..37b066dca52c 100644 --- a/drivers/gpu/drm/i915/gt/selftest_mocs.c +++ b/drivers/gpu/drm/i915/gt/selftest_mocs.c @@ -5,6 +5,7 @@ */ #include "gt/intel_engine_pm.h" +#include "gt/intel_gpu_commands.h" #include "i915_selftest.h" #include "gem/selftests/mock_context.h" |