Re: [PATCH v2 3/9] drm/amdgpu: add new IOCTL for usermode queue

2023-02-16 Thread Shashank Sharma
Hey Christian, On 16/02/2023 08:23, Christian König wrote: Am 15.02.23 um 19:43 schrieb Shashank Sharma: From: 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 fo

Re: [PATCH v2 3/9] drm/amdgpu: add new IOCTL for usermode queue

2023-02-15 Thread Christian König
Am 15.02.23 um 19:43 schrieb Shashank Sharma: From: 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 se

[PATCH v2 3/9] drm/amdgpu: add new IOCTL for usermode queue

2023-02-15 Thread Shashank Sharma
From: 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 o