Home
last modified time | relevance | path

Searched refs:move_notify (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_dma_buf.c26 params->attach_ops->move_notify; in is_dynamic()
196 .move_notify = xe_dma_buf_move_notify
/linux-6.15/drivers/infiniband/core/
H A Dumem_dmabuf.c132 if (unlikely(!ops || !ops->move_notify)) in ib_umem_dmabuf_get_with_dma_device()
198 .move_notify = ib_umem_dmabuf_unsupported_move_notify,
/linux-6.15/include/linux/
H A Ddma-buf.h488 void (*move_notify)(struct dma_buf_attachment *attach); member
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c241 .move_notify = xe_dma_buf_move_notify
/linux-6.15/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c292 .move_notify = virtgpu_dma_buf_move_notify
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c451 .move_notify = amdgpu_dma_buf_move_notify
/linux-6.15/drivers/dma-buf/
H A Ddma-buf.c915 if (WARN_ON(importer_ops && !importer_ops->move_notify)) in dma_buf_dynamic_attach()
1282 attach->importer_ops->move_notify(attach); in dma_buf_move_notify()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dmr.c1572 .move_notify = mlx5_ib_dmabuf_invalidate_cb,