Re: [PATCH v3 0/9] Remove explicit locking and kmap arguments from GEM VRAM interface

2019-06-13 Thread Gerd Hoffmann
On Thu, Jun 13, 2019 at 09:30:32AM +0200, Thomas Zimmermann wrote: > Drivers should not have to care about internal locking of GEM VRAM objects > and their memory-mapping structures. This patch set removes both from the > GEM VRAM interface. > > This affects the ast and mgag200 drivers. In places

[PATCH v3 0/9] Remove explicit locking and kmap arguments from GEM VRAM interface

2019-06-13 Thread Thomas Zimmermann
Drivers should not have to care about internal locking of GEM VRAM objects and their memory-mapping structures. This patch set removes both from the GEM VRAM interface. This affects the ast and mgag200 drivers. In places where GEM objects are being locked by the driver, the patch converts the lock