Re: [PATCH v4 02/10] drm/amdgpu: add usermode queue base code

2023-04-25 Thread Shashank Sharma
Thanks for the review, Christian. Inline, On 25/04/2023 14:03, Christian König wrote: Am 24.04.23 um 19:38 schrieb Shashank Sharma: From: Shashank Sharma This patch adds skeleton code for amdgpu usermode queue. It contains: - A new files with init functions of usermode queues. - A queue

Re: [PATCH v4 02/10] drm/amdgpu: add usermode queue base code

2023-04-25 Thread Christian König
Am 24.04.23 um 19:38 schrieb Shashank Sharma: From: Shashank Sharma This patch adds skeleton code for amdgpu usermode queue. It contains: - A new files with init functions of usermode queues. - A queue context manager in driver private data. V1: Worked on design review comments from RFC

[PATCH v4 02/10] drm/amdgpu: add usermode queue base code

2023-04-24 Thread Shashank Sharma
From: Shashank Sharma This patch adds skeleton code for amdgpu usermode queue. It contains: - A new files with init functions of usermode queues. - A queue context manager in driver private data. V1: Worked on design review comments from RFC patch series: