Re: [PATCH 0/9] shmem helper untangling

2020-05-29 Thread Boris Brezillon
On Mon, 11 May 2020 11:35:45 +0200 Daniel Vetter wrote: > Hi all, > > I've started this a while ago, with the idea to move shmem helpers over > to dma_resv_lock. Big prep work for that was to untangle the layering > between functions called by drivers, and functions used to implement > drm_gem_o

[PATCH 0/9] shmem helper untangling

2020-05-11 Thread Daniel Vetter
Hi all, I've started this a while ago, with the idea to move shmem helpers over to dma_resv_lock. Big prep work for that was to untangle the layering between functions called by drivers, and functions used to implement drm_gem_object_funcs. I didn't ever get to the locking part, but I think the c