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

2023-02-16 Thread Alex Deucher
On Wed, Feb 15, 2023 at 1:44 PM 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 qu

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

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

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

2023-02-15 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 s