Re: [Qemu-devel] [PATCH] virtio-gpu-3d: add support for second capability set (v4)

2018-02-25 Thread Dave Airlie
Gerd, This seems to have passed the bots, but realised I hadn't cc'ed you. Please pick it up whenever you get a chance. Dave. On 23 February 2018 at 12:38, Dave Airlie wrote: > From: Dave Airlie > > Due to a kernel bug we can never increase the size of capability > set 1, so introduce a new c

[Qemu-devel] [PATCH] virtio-gpu-3d: add support for second capability set (v4)

2018-02-22 Thread Dave Airlie
From: Dave Airlie Due to a kernel bug we can never increase the size of capability set 1, so introduce a new capability set in parallel, old userspace will continue to use the old set, new userspace will start using the new one when it detects a fixed kernel. v2: don't use a define from virglren