Re: [RFC 1/7] drm/amdgpu: UAPI for user queue management

2022-12-24 Thread Bas Nieuwenhuizen
On Fri, Dec 23, 2022 at 8:37 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: [RFC 2/7] drm/amdgpu: Add usermode queue for gfx work

2022-12-24 Thread Oded Gabbay
On Fri, Dec 23, 2022 at 9:37 PM Shashank Sharma wrote: > > This patch adds skeleton code for usermode queue creation. It > typically contains: > - A new structure to keep all the user queue data in one place. > - An IOCTL function to create/free a usermode queue. > - A function to generate unique

Re: [PATCH 0/2] Recover from failure to probe GPU

2022-12-24 Thread Thomas Zimmermann
Hi Am 22.12.22 um 19:30 schrieb Mario Limonciello: One of the first thing that KMS drivers do during initialization is destroy the system firmware framebuffer by means of `drm_aperture_remove_conflicting_pci_framebuffers` This means that if for any reason the GPU failed to probe the user will b