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

2024-09-30 Thread Christian König
Am 30.09.24 um 13:59 schrieb 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 Still some potential to de-d

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

2024-09-30 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 --- .../gpu/drm/amd/amdgpu/amdgpu_userq_fence.c | 238 +- include/ua