Re: [PATCH] libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export

2018-02-26 Thread Christian König
Am 26.02.2018 um 13:37 schrieb Satyajit Sahu: From: Satyajit Currently while exporting prime handle to fd read write access is not granted. mmap fails because of this. mmap was not supported on prime initially. Here is link to related discussion https://lists.freedesktop.org/archives/dri-devel/

[PATCH] libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export

2018-02-26 Thread Satyajit Sahu
From: Satyajit Currently while exporting prime handle to fd read write access is not granted. mmap fails because of this. mmap was not supported on prime initially. Here is link to related discussion https://lists.freedesktop.org/archives/dri-devel/2017-February/131840.html Adding the DRM_RDWR f