drm/xe/bo: consider dma-resv fences for clear job
authorMatthew Auld <matthew.auld@intel.com>
Wed, 25 Oct 2023 17:39:40 +0000 (18:39 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:43:31 +0000 (11:43 -0500)
commita667cf56dbd64e35f8f34ec47549888fa28878fb
tree95bb4351d86a9ac3029b1c577ca5ae7a0c9de5e6
parent4202dd9fc43e9d9dba54e1b72a301108cdec84fb
drm/xe/bo: consider dma-resv fences for clear job

There could be active fences already in the dma-resv for the object
prior to clearing. Make sure to input them as dependencies for the clear
job.

v2 (Matt B):
  - We can use USAGE_KERNEL here, since it's only the move fences we
    care about here. Also add a comment.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_migrate.c