OSDN Git Service

drm/i915: Split GEM object type definition to its own header
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 28 May 2019 09:29:42 +0000 (10:29 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 28 May 2019 11:45:29 +0000 (12:45 +0100)
commit5e5d2e209e085be73a83f342798eae68f58e7674
treeee10b5d4406fe57c46c6ea01b6cdcb257c754869
parent7f6cafb959fc4994b1c65b4433ff14aa4b14802a
drm/i915: Split GEM object type definition to its own header

For convenience in avoiding inline spaghetti, keep the type definition
as a separate header.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190528092956.14910-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gem/Makefile [new file with mode: 0644]
drivers/gpu/drm/i915/gem/Makefile.header-test [new file with mode: 0644]
drivers/gpu/drm/i915/gem/i915_gem_object_types.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_engine_types.h
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_batch_pool.h
drivers/gpu/drm/i915/i915_gem_gtt.h
drivers/gpu/drm/i915/i915_gem_object.h