]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbafdec0e0459c616ab3c49e7d9a2e9ced515af78
treeee10b5d4406fe57c46c6ea01b6cdcb257c754869
parent6e4d485971bacf27ad8bdd452930417957a8f77e
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