Re: [PATCH v10 03/14] drm/amdgpu: add new IOCTL for usermode queue

2024-05-02 Thread Sharma, Shashank
On 02/05/2024 23:25, Alex Deucher wrote: On Thu, May 2, 2024 at 1:27 PM Shashank Sharma wrote: This patch adds: - A new IOCTL function to create and destroy - A new structure to keep all the user queue data in one place. - A function to generate unique index for the queue. V1: Worked on revi

Re: [PATCH v10 03/14] drm/amdgpu: add new IOCTL for usermode queue

2024-05-02 Thread Alex Deucher
On Thu, May 2, 2024 at 1:27 PM Shashank Sharma wrote: > > This patch adds: > - A new IOCTL function to create and destroy > - A new structure to keep all the user queue data in one place. > - A function to generate unique index for the queue. > > V1: Worked on review comments from RFC patch series

[PATCH v10 03/14] drm/amdgpu: add new IOCTL for usermode queue

2024-05-02 Thread Shashank Sharma
This patch adds: - A new IOCTL function to create and destroy - A new structure to keep all the user queue data in one place. - A function to generate unique index for the queue. V1: Worked on review comments from RFC patch series: - Alex: Keep a list of queues, instead of single queue per proce