Re: [PATCH 0/4] drm/virtio: try remove ttm

2019-06-17 Thread Daniel Vetter
On Mon, Jun 17, 2019 at 01:14:02PM +0200, Gerd Hoffmann wrote: > ttm increasingly gets into the way while hacking on virtio-gpu memory > management. So maybe we are better off without, using gem helpers > instead? > > Trying remove the dependency on ttm reservations looks like a good first > firs

[PATCH 0/4] drm/virtio: try remove ttm

2019-06-17 Thread Gerd Hoffmann
ttm increasingly gets into the way while hacking on virtio-gpu memory management. So maybe we are better off without, using gem helpers instead? Trying remove the dependency on ttm reservations looks like a good first first step to me. This patch series is a (small) start on that. At the point