Re: [PATCH v6 1/9] drm/amdgpu: UAPI for user queue management

2023-10-05 Thread Shashank Sharma
On 04/10/2023 23:23, Felix Kuehling wrote: On 2023-09-08 12:04, Shashank Sharma wrote: From: Alex Deucher This patch intorduces new UAPI/IOCTL for usermode graphics queue. The userspace app will fill this structure and request the graphics driver to add a graphics work queue for it. The

Re: [PATCH v6 1/9] drm/amdgpu: UAPI for user queue management

2023-10-04 Thread Felix Kuehling
On 2023-09-08 12:04, Shashank Sharma wrote: From: Alex Deucher This patch intorduces new UAPI/IOCTL for usermode graphics queue. The userspace app will fill this structure and request the graphics driver to add a graphics work queue for it. The output of this UAPI is a queue id. This UAPI

[PATCH v6 1/9] drm/amdgpu: UAPI for user queue management

2023-09-08 Thread Shashank Sharma
From: Alex Deucher This patch intorduces new UAPI/IOCTL for usermode graphics queue. The userspace app will fill this structure and request the graphics driver to add a graphics work queue for it. The output of this UAPI is a queue id. This UAPI maps the queue into GPU, so the graphics app can