Re: [Nouveau] [PATCH 07/10] drm/nouveau/fifo/ga100-: remove individual runlists rather than failing oneinit

2023-06-13 Thread Karol Herbst
On Thu, May 25, 2023 at 2:31 AM Ben Skeggs wrote: > > From: Ben Skeggs > > We're adding better support for the non-stall interrupt, which will need > to fetch the interrupt vector from the runlist's primary engine. > > NVKM doesn't support all target engines (ie. NVDEC etc), and it wouldn't > be

[Nouveau] [PATCH 07/10] drm/nouveau/fifo/ga100-: remove individual runlists rather than failing oneinit

2023-05-24 Thread Ben Skeggs
From: Ben Skeggs We're adding better support for the non-stall interrupt, which will need to fetch the interrupt vector from the runlist's primary engine. NVKM doesn't support all target engines (ie. NVDEC etc), and it wouldn't be ideal to completely fail initialisation in this case. Instead.