Searched refs:move_notify (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dumem_dmabuf.c127 if (unlikely(!ops || !ops->move_notify))
184 .move_notify = ib_umem_dmabuf_unsupported_move_notify,
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_dma_buf.c25 params->attach_ops->move_notify;
60 * set from xe_gem_prime_export(), and it's needed for the move_notify()
62 * evict also the imported bo through the move_notify() functionality if
195 .move_notify = xe_dma_buf_move_notify
/linux-master/include/linux/
H A Ddma-buf.h418 * disable immediately from their &dma_buf_attach_ops.move_notify
469 * @move_notify: [optional] notification that the DMA-buf is moving
486 void (*move_notify)(struct dma_buf_attachment *attach); member in struct:dma_buf_attach_ops
/linux-master/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c243 .move_notify = xe_dma_buf_move_notify
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c361 * amdgpu_dma_buf_move_notify - &attach.move_notify implementation
432 .move_notify = amdgpu_dma_buf_move_notify
/linux-master/drivers/dma-buf/
H A Ddma-buf.c899 if (WARN_ON(importer_ops && !importer_ops->move_notify))
1062 * &dma_buf_attach_ops.move_notify.
1266 attach->importer_ops->move_notify(attach);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c1503 .move_notify = mlx5_ib_dmabuf_invalidate_cb,

Completed in 162 milliseconds