]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit51d4b9f0af91859d9233fc274bd91ecb9f3825cf
tree0b01805eb8b062df55f1f693e020737901e7ccf3
parent37f9cd238bd94d6c5c1cf0480e6639448bcccfff
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]