drm/i915: Break out dma_resv ww locking utilities to separate files
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 17 Jun 2021 06:30:08 +0000 (08:30 +0200)
committerMatthew Auld <matthew.auld@intel.com>
Thu, 17 Jun 2021 13:22:59 +0000 (14:22 +0100)
commit5c43ec5d538a5fa1736d298e63a3f8ac03009eea
tree0b01805eb8b062df55f1f693e020737901e7ccf3
parent1c4dbe056dab0b7c2a2f42f4d393cc7b9bdb98ad
drm/i915: Break out dma_resv ww locking utilities to separate files

As we're about to add more ww-related functionality,
break out the dma_resv ww locking utilities to their own files

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210617063018.92802-3-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gem/i915_gem_object.h
drivers/gpu/drm/i915/gt/intel_renderstate.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem.h
drivers/gpu/drm/i915/i915_gem_ww.c [new file with mode: 0644]
drivers/gpu/drm/i915/i915_gem_ww.h [new file with mode: 0644]