Skip to content

Commit

Permalink
drm/i915: Move GEM domain management to its own file
Browse files Browse the repository at this point in the history
Continuing the decluttering of i915_gem.c, that of the read/write
domains, perhaps the biggest of GEM's follies?

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/20190528092956.14910-7-chris@chris-wilson.co.uk
  • Loading branch information
Chris Wilson committed May 28, 2019
1 parent b414fcd commit f0e4a06
Show file tree
Hide file tree
Showing 13 changed files with 839 additions and 822 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ i915-y += $(gt-y)
# GEM (Graphics Execution Management) code
obj-y += gem/
gem-y += \
gem/i915_gem_domain.o \
gem/i915_gem_object.o \
gem/i915_gem_mman.o \
gem/i915_gem_pages.o \
Expand Down
Loading

0 comments on commit f0e4a06

Please sign in to comment.