Re: [Mesa-dev] [PATCH 1/5] winsys/radeon: fix killing the CS thread

2013-09-21 Thread Marek Olšák
For all patches except NV_vdpau_interop: Reviewed-by: Marek Olšák For NV_vdpau_interop, I sent another review a while ago. Mare On Sat, Sep 21, 2013 at 4:41 PM, Christian König wrote: > From: Christian König > > Kill the thread only after we checked that it's not used any more, not before. >

[Mesa-dev] [PATCH 1/5] winsys/radeon: fix killing the CS thread

2013-09-21 Thread Christian König
From: Christian König Kill the thread only after we checked that it's not used any more, not before. Signed-off-by: Christian König --- src/gallium/winsys/radeon/drm/radeon_drm_winsys.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/winsys/radeon/drm/ra