diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2019-08-21 22:16:06 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-08-22 10:27:44 +0300 |
commit | 8e458fe2ee05cf3fb1fb6bf9857e71e15c4d7441 (patch) | |
tree | e61a227ecb3361f9fd4aea032a9b7836cb4b0e30 /drivers/gpu/drm/i915/Makefile | |
parent | 829e8def7bd7b1e58028113ee5c2877da89d8f27 (diff) | |
download | linux-8e458fe2ee05cf3fb1fb6bf9857e71e15c4d7441.tar.xz |
drm/i915: Generalise the clflush dma-worker
Extract the dma-fence worker used by clflush for wider use, as we
anticipate using workers coupled to dma-fences more frequently.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190821191606.17001-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r-- | drivers/gpu/drm/i915/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index 45add812048b..658b930d34a8 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -62,6 +62,7 @@ i915-y += \ i915_memcpy.o \ i915_mm.o \ i915_sw_fence.o \ + i915_sw_fence_work.o \ i915_syncmap.o \ i915_user_extensions.o |