diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2021-10-08 02:32:11 +0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2021-10-12 18:52:40 +0300 |
commit | a5b51a9f8523a0b88ce7e8e8059f75a43c34c57f (patch) | |
tree | 2bb1d7a840cbbe9d1d88e3229b8d570c07f4abde /drivers/gpu/drm/i915/gt/intel_engine.h | |
parent | aa5e9f98113bf3808beb65c8b0ad452fd94cf797 (diff) | |
download | linux-a5b51a9f8523a0b88ce7e8e8059f75a43c34c57f.tar.xz |
drm/i915/gt: add asm/cacheflush.h for use of clflush()
Let's include what we use instead of relying on other indirect includes.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211007233212.3896460-3-lucas.demarchi@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/gt/intel_engine.h')
-rw-r--r-- | drivers/gpu/drm/i915/gt/intel_engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/gt/intel_engine.h b/drivers/gpu/drm/i915/gt/intel_engine.h index 452248884ef1..d5ac49c0691e 100644 --- a/drivers/gpu/drm/i915/gt/intel_engine.h +++ b/drivers/gpu/drm/i915/gt/intel_engine.h @@ -2,6 +2,7 @@ #ifndef _INTEL_RINGBUFFER_H_ #define _INTEL_RINGBUFFER_H_ +#include <asm/cacheflush.h> #include <drm/drm_util.h> #include <linux/hashtable.h> |