Home
last modified time | relevance | path

Searched refs:dma_buf_move_notify (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Ddma-buf.h625 void dma_buf_move_notify(struct dma_buf *dma_buf);
/linux-6.1.9/drivers/dma-buf/
Ddma-buf.c1152 void dma_buf_move_notify(struct dma_buf *dmabuf) in dma_buf_move_notify() function
1162 EXPORT_SYMBOL_NS_GPL(dma_buf_move_notify, DMA_BUF);
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c1251 dma_buf_move_notify(abo->tbo.base.dma_buf); in amdgpu_bo_move_notify()