vga: Start cutting out non-32bpp conversion support
commit9e057c0b09c3018cd24c7a49995f8b66d5b3d1eb
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 21 Jun 2014 05:39:31 +0000 (21 15:39 +1000)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 30 Sep 2014 11:34:09 +0000 (30 13:34 +0200)
tree57d5c0ef2e177dc1036906e4c8a1929b76b72745
parent29429c7244c73eefada3d0ec6dd30c5698782d08
vga: Start cutting out non-32bpp conversion support

Nowadays, we either share a surface with the host, or we create
a 32bpp ARGB console surface.

So we only need to draw/convert to 32bpp, enabling us to remove
all but one instance of vga_template.h inclusion (to be further
cleaned up), rgb_to_pixel_* etc...

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
hw/display/vga.c