uterm: video_fbdev: discard non-xrgb32 devices
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 23 Jun 2012 20:39:48 +0000 (22:39 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 23 Jun 2012 20:39:48 +0000 (22:39 +0200)
commitec46dc2909b91fa65da1f4a83885b0b6024ceeac
tree794ecd796086c56754fff8073ce1cf9a7d4a4fff
parent0ca1256ed5459cc3eee209007a39eaabb05cfdbf
uterm: video_fbdev: discard non-xrgb32 devices

We discard all non-xrgb32 devices for simplicity reasons for now. We
definitely need to support other devices in future but that makes the
backend unnecessarily complex at the beginning so avoid it.

This also moves the resolution-change to the beginning and duplicates the
tests so we can be totally sure that everything is right after setting the
correct values.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/uterm_video_fbdev.c