Re: [PATCH] Documentation: add initial documenation for user queues

2025-07-07 Thread Jure Repinc
== > + > +In order to properly validate and test performance, we have a driver option > to > +select what type of queues are enabled (kernel queues, user queues or both). > +The user_queue driver parameter allows you to enable kernel queues only (0), > +user queues and ker

Re: [PATCH] drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_update

2024-12-18 Thread Jure Repinc
> From: Michel Dänzer > > Third time's the charm, I hope? > > Fixes: d3116756a710 ("drm/ttm: rename bo->mem and make it a pointer") > Issue: https://gitlab.freedesktop.org/drm/amd/-/issues/3837 > Signed-off-by: Michel Dänzer > --- > > Or should amdgpu_vm_bo_evicted be called in the !bo->tbo.re