[PATCH 6/8] drm/amdgpu: note that we can handle peer2peer DMA-buf
Christian König
ckoenig.leichtzumerken at gmail.com
Sun Mar 25 10:59:58 UTC 2018
Importing should work out of the box.
Signed-off-by: Christian König <christian.koenig at amd.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
index fb43faf88eb0..2566268806c3 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
@@ -353,6 +353,7 @@ struct drm_gem_object *amdgpu_gem_prime_import(struct drm_device *dev,
if (IS_ERR(obj))
return obj;
+ attach_info.peer2peer = true;
attach_info.priv = obj;
attach = dma_buf_attach(&attach_info);
if (IS_ERR(attach)) {
--
2.14.1
More information about the amd-gfx
mailing list