Re: [PATCH] drm/etnaviv: Use dma_resv locking wrappers

2019-12-17 Thread Daniel Vetter
On Mon, Dec 16, 2019 at 04:14:34PM +0100, Lucas Stach wrote: > On Sa, 2019-12-14 at 01:09 +0100, Daniel Vetter wrote: > > I'll add more fancy logic to them soon, so everyone really has to use > > them. Plus they already provide some nice additional debug > > infrastructure on top of direct ww_mutex

Re: [PATCH] drm/etnaviv: Use dma_resv locking wrappers

2019-12-16 Thread Lucas Stach
On Sa, 2019-12-14 at 01:09 +0100, Daniel Vetter wrote: > I'll add more fancy logic to them soon, so everyone really has to use > them. Plus they already provide some nice additional debug > infrastructure on top of direct ww_mutex usage for the fences tracked > by dma_resv. > > v2: Fix the lost _i

RE: [PATCH] drm/etnaviv: Use dma_resv locking wrappers

2019-12-16 Thread Ruhl, Michael J
>-Original Message- >From: dri-devel On Behalf Of >Daniel Vetter >Sent: Friday, December 13, 2019 7:09 PM >To: DRI Development >Cc: Daniel Vetter ; etna...@lists.freedesktop.org; >Ruhl, Michael J ; Russell King >; Vetter, Daniel >Subject: [PATCH] drm/et

[PATCH] drm/etnaviv: Use dma_resv locking wrappers

2019-12-13 Thread Daniel Vetter
I'll add more fancy logic to them soon, so everyone really has to use them. Plus they already provide some nice additional debug infrastructure on top of direct ww_mutex usage for the fences tracked by dma_resv. v2: Fix the lost _interruptible (Michael) Signed-off-by: Daniel Vetter Cc: Lucas Sta