drm/fbconv: Add DRM <-> fbdev pixel-format conversion
DRM uses FOURCC constants to describe pixel formats, fbdev uses a
per-component bitfield structure. The functions in this patch convert
between the two.
Signed-off-by:
Thomas Zimmermann <tzimmermann@suse.de>