]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita85fe1bebaedcc31aec34bb0366b2ec307d7b4ae
tree63b4c8bbf9ada88bcc470f37bdf63a6416ad1e55
parent9b9447a3eb62bfc01ebeb4759a5871c2ad678f8b
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