mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 02:14:56 +07:00
drm/amdgpu: note that we can handle peer2peer DMA-buf
Importing should work out of the box. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Sumit Semwal <sumit.semwal@linaro.org> Link: https://patchwork.freedesktop.org/patch/359293
This commit is contained in:
parent
efa557bc7c
commit
57b7b62f5a
@ -514,6 +514,7 @@ amdgpu_dma_buf_move_notify(struct dma_buf_attachment *attach)
|
||||
}
|
||||
|
||||
static const struct dma_buf_attach_ops amdgpu_dma_buf_attach_ops = {
|
||||
.allow_peer2peer = true,
|
||||
.move_notify = amdgpu_dma_buf_move_notify
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user