[PATCH 7/7] drm/omap: fix fbdev pix format to support all platforms

2015-12-13 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 09 December 2015 17:38:11 Tomi Valkeinen wrote: > omap_fbdev always creates a framebuffer with ARGB pixel format. On > OMAP3 we have VIDEO1 overlay that does not support ARGB, and on > OMAP2 none of the overlays support ARGB888. > > This pat

[PATCH 7/7] drm/omap: fix fbdev pix format to support all platforms

2015-12-09 Thread Tomi Valkeinen
omap_fbdev always creates a framebuffer with ARGB pixel format. On OMAP3 we have VIDEO1 overlay that does not support ARGB, and on OMAP2 none of the overlays support ARGB888. This patch changes the omap_fbdev's fb to XRGB, which is supported by all platforms. Signed-off-by: Tomi Valke