Re: [PATCH] drm/virtio: Allow userspace to mmap() framebuffer

2019-03-01 Thread Joshua Watt
On Fri, 2019-03-01 at 06:51 +0100, Gerd Hoffmann wrote: > On Thu, Feb 28, 2019 at 10:47:41AM -0600, Joshua Watt wrote: > > Reports the size of the virtgpu framebuffer to userspace and > > installs > > the deferred I/O handlers so that userspace can mmap() and write to > > it. > > Fixed already, as

Re: [PATCH] drm/virtio: Allow userspace to mmap() framebuffer

2019-02-28 Thread Gerd Hoffmann
On Thu, Feb 28, 2019 at 10:47:41AM -0600, Joshua Watt wrote: > Reports the size of the virtgpu framebuffer to userspace and installs > the deferred I/O handlers so that userspace can mmap() and write to it. Fixed already, as side effect of switching virtio to the generic fbdev emulation. Patches

[PATCH] drm/virtio: Allow userspace to mmap() framebuffer

2019-02-28 Thread Joshua Watt
Reports the size of the virtgpu framebuffer to userspace and installs the deferred I/O handlers so that userspace can mmap() and write to it. Signed-off-by: Joshua Watt --- drivers/gpu/drm/virtio/virtgpu_fb.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/virtio/virtgpu_