Skip to content

Commit

Permalink
drm/i915: Move mmap and friends to its own file
Browse files Browse the repository at this point in the history
Continuing the decluttering of i915_gem.c, now the turn of do_mmap and
the faulthandlers

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-6-chris@chris-wilson.co.uk
  • Loading branch information
Chris Wilson committed May 28, 2019
1 parent f033428 commit b414fcd
Show file tree
Hide file tree
Showing 10 changed files with 1,090 additions and 1,039 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ i915-y += $(gt-y)
obj-y += gem/
gem-y += \
gem/i915_gem_object.o \
gem/i915_gem_mman.o \
gem/i915_gem_pages.o \
gem/i915_gem_phys.o \
gem/i915_gem_shmem.o
Expand Down
Loading

0 comments on commit b414fcd

Please sign in to comment.