aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorThomas Hellström <thomas.hellstrom@linux.intel.com>2021-12-21 21:00:49 +0100
committerThomas Hellström <thomas.hellstrom@linux.intel.com>2021-12-22 08:52:57 +0100
commit63cf4cad7301edafeb0650f32154006f1b5e6e78 (patch)
tree63b4c8bbf9ada88bcc470f37bdf63a6416ad1e55 /drivers/gpu/drm/i915/Makefile
parentdrm/i915: remove questionable fence optimization during copy (diff)
downloadlinux-dev-63cf4cad7301edafeb0650f32154006f1b5e6e78.tar.xz
linux-dev-63cf4cad7301edafeb0650f32154006f1b5e6e78.zip
drm/i915: Break out the i915_deps utility
Since it's starting to be used outside the i915 TTM move code, move it to a separate set of files. v2: - Update the documentation. v4: - Rebase. Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211221200050.436316-4-thomas.hellstrom@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 8b663d98658b..bef31c64a110 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -163,6 +163,7 @@ i915-y += \
i915_active.o \
i915_buddy.o \
i915_cmd_parser.o \
+ i915_deps.o \
i915_gem_evict.o \
i915_gem_gtt.o \
i915_gem_ww.o \