Re: [PATCH v4 09/09] drm/amdgpu: Add separate array of read and write for BO handles

2024-10-16 Thread Paneer Selvam, Arunpravin
On 10/16/2024 3:26 AM, Marek Olšák wrote: On Tue, Oct 15, 2024 at 3:58 AM Arunpravin Paneer Selvam wrote: Drop AMDGPU_USERQ_BO_WRITE as this should not be a global option of the IOCTL, It should be option per buffer. Hence adding separate array for read and write BO handles. Signed-off-by:

Re: [PATCH v4 09/09] drm/amdgpu: Add separate array of read and write for BO handles

2024-10-15 Thread Marek Olšák
On Tue, Oct 15, 2024 at 3:58 AM Arunpravin Paneer Selvam wrote: > > Drop AMDGPU_USERQ_BO_WRITE as this should not be a global option > of the IOCTL, It should be option per buffer. Hence adding separate > array for read and write BO handles. > > Signed-off-by: Arunpravin Paneer Selvam > Acked-by:

[PATCH v4 09/09] drm/amdgpu: Add separate array of read and write for BO handles

2024-10-15 Thread Arunpravin Paneer Selvam
Drop AMDGPU_USERQ_BO_WRITE as this should not be a global option of the IOCTL, It should be option per buffer. Hence adding separate array for read and write BO handles. Signed-off-by: Arunpravin Paneer Selvam Acked-by: Christian König Suggested-by: Marek Olšák Suggested-by: Christian König --