Re: [PATCH] drm/nouveau/gr/gf100-: unlock mutex failing to create golden context

2023-11-02 Thread Dave Airlie
On Fri, 3 Nov 2023 at 12:41, Danilo Krummrich wrote: > > Do not return from gf100_gr_chan_new() with fecs mutex held when failing > to create the golden context image. Reviewed-by: Dave Airlie > > Cc: # v6.2+ > Fixes: ca081fff6ecc ("drm/nouveau/gr/gf100-: generate golden context during > first

[PATCH] drm/nouveau/gr/gf100-: unlock mutex failing to create golden context

2023-11-02 Thread Danilo Krummrich
Do not return from gf100_gr_chan_new() with fecs mutex held when failing to create the golden context image. Cc: # v6.2+ Fixes: ca081fff6ecc ("drm/nouveau/gr/gf100-: generate golden context during first object alloc") Signed-off-by: Danilo Krummrich --- drivers/gpu/drm/nouveau/nvkm/engine/gr/g