Re: [Qemu-devel] [PATCH v8 3/9] ui/pixman: add qemu_drm_format_to_pixman()

2018-03-08 Thread Kirti Wankhede
Looks good. Reviewed by: Kirti Wankhede Thanks, Kirti On 3/6/2018 5:04 PM, Gerd Hoffmann wrote: > Map drm fourcc codes to pixman formats. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/qemu-pixman.h | 5 + > ui/qemu-pixman.c | 22 ++ > 2 files changed, 2

[Qemu-devel] [PATCH v8 3/9] ui/pixman: add qemu_drm_format_to_pixman()

2018-03-06 Thread Gerd Hoffmann
Map drm fourcc codes to pixman formats. Signed-off-by: Gerd Hoffmann --- include/ui/qemu-pixman.h | 5 + ui/qemu-pixman.c | 22 ++ 2 files changed, 27 insertions(+) diff --git a/include/ui/qemu-pixman.h b/include/ui/qemu-pixman.h index 4a67e01232..b7c82d17fc 100