Re: [PATCH v3 34/37] drm/nouveau: remove master

2024-09-29 Thread Zhi Wang
On Fri, 26 Jul 2024 14:38:25 +1000 Ben Skeggs wrote: Can you paste a link that shows how the workaround got removed? > The only remaining nouveau_drm.master struct member that's being used > is the mutex that protects its object tree. Move that into > nouveau_drm and remove nouveau_drm.master e

[PATCH v3 34/37] drm/nouveau: remove master

2024-07-25 Thread Ben Skeggs
The only remaining nouveau_drm.master struct member that's being used is the mutex that protects its object tree. Move that into nouveau_drm and remove nouveau_drm.master entirely. A pending series to remove the "ioctl" layer between DRM and NVKM also removes the need for object handle lookups, a