drm/i915: move i915_map_type into i915_gem_object_types.h
authorMatthew Auld <matthew.auld@intel.com>
Tue, 19 Jan 2021 13:31:05 +0000 (13:31 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Jan 2021 20:36:27 +0000 (20:36 +0000)
commite2f4367a475be1db09276112dd5306a932dba2d2
tree24e9a837143b8f661feaa352cae7441323a7d628
parentc97498363fc3d9fcc7091a4ada29aed6f22ff8c2
drm/i915: move i915_map_type into i915_gem_object_types.h

Looks like it belongs there anyway, otherwise we have to include the
entirety of i915_gem_object.h just to get at the enum.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20210119133106.66294-3-matthew.auld@intel.com
drivers/gpu/drm/i915/gem/i915_gem_object.h
drivers/gpu/drm/i915/gem/i915_gem_object_types.h