OSDN Git Service

drm/i915: Break out the i915_deps utility
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Tue, 21 Dec 2021 20:00:49 +0000 (21:00 +0100)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 22 Dec 2021 07:52:57 +0000 (08:52 +0100)
commit63cf4cad7301edafeb0650f32154006f1b5e6e78
tree63b4c8bbf9ada88bcc470f37bdf63a6416ad1e55
parent33654ef470a97f9fcb19abc7e7ef660ea37e3aed
drm/i915: Break out the i915_deps utility

Since it's starting to be used outside the i915 TTM move code, move it
to a separate set of files.

v2:
- Update the documentation.
v4:
- Rebase.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211221200050.436316-4-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
drivers/gpu/drm/i915/gem/i915_gem_ttm_move.h
drivers/gpu/drm/i915/i915_deps.c [new file with mode: 0644]
drivers/gpu/drm/i915/i915_deps.h [new file with mode: 0644]
drivers/gpu/drm/i915/i915_request.c