Re: [Mesa-dev] [PATCH] nv50, nvc0: make sure to destroy the mutex used for blits

2016-03-08 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Tue, Mar 8, 2016 at 1:01 PM, Samuel Pitoiset wrote: > This mutex is initialized when the blitter is created, but it is never > destroyed. This doesn't hurt anything but it makes sense to destroy it > at blitter deletion. > > Signed-off-by: Samuel Pitoiset > --- > sr

[Mesa-dev] [PATCH] nv50, nvc0: make sure to destroy the mutex used for blits

2016-03-08 Thread Samuel Pitoiset
This mutex is initialized when the blitter is created, but it is never destroyed. This doesn't hurt anything but it makes sense to destroy it at blitter deletion. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv50/nv50_surface.c | 1 + src/gallium/drivers/nouveau/nvc0/nvc0_surfa