Messages in this thread Patch in this message |  | | From | "Christian König" <> | Subject | [PATCH 6/8] drm/amdgpu: note that we can handle peer2peer DMA-buf | Date | Sun, 25 Mar 2018 12:59:58 +0200 |
| |
Importing should work out of the box.
Signed-off-by: Christian König <christian.koenig@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
|  |