Re: [PATCH] virtio-gpu: fix ioctl and expose the fixed status to userspace.

2018-02-27 Thread Gerd Hoffmann
On Wed, Feb 28, 2018 at 09:28:06AM +1000, Dave Airlie wrote: > Hi Gerd, > > Could I get an ack or review for the kernel patch now the qemu patch is in, > > I'll merge it into drm-fixes unless you want to drop it in drm-misc-fixes > first. I've dropped it into drm-misc-fixes earlier this week.

Re: [PATCH] virtio-gpu: fix ioctl and expose the fixed status to userspace.

2018-02-27 Thread Dave Airlie
On 28 February 2018 at 16:34, Gerd Hoffmann wrote: > On Wed, Feb 28, 2018 at 09:28:06AM +1000, Dave Airlie wrote: >> Hi Gerd, >> >> Could I get an ack or review for the kernel patch now the qemu patch is in, >> >> I'll merge it into drm-fixes unless you want to drop it in drm-misc-fixes >> first.

Re: [PATCH] virtio-gpu: fix ioctl and expose the fixed status to userspace.

2018-02-27 Thread Dave Airlie
Hi Gerd, Could I get an ack or review for the kernel patch now the qemu patch is in, I'll merge it into drm-fixes unless you want to drop it in drm-misc-fixes first. Thanks, Dave. On 21 February 2018 at 11:50, Dave Airlie wrote: > From: Dave Airlie > > This exposes to mesa that it can use the

[PATCH] virtio-gpu: fix ioctl and expose the fixed status to userspace.

2018-02-20 Thread Dave Airlie
From: Dave Airlie This exposes to mesa that it can use the fixed ioctl for querying later cap sets, cap set 1 is forever frozen in time. Signed-off-by: Dave Airlie --- drivers/gpu/drm/virtio/virtgpu_ioctl.c | 17 +++-- include/uapi/drm/virtgpu_drm.h | 1 + 2 files changed,