These patches add initial support for YUV 4:2:0 (NV12) framebuffer input for the LCDC. Due to the encoding of the NV12 color format, writing 0s to the entire framebuffer memory area produces a green, rather than a black screen. Specifying .bpp = 12 and .yuv = 1 when configuring the LCDC channel will enable NV12 input support. Damian Hobson-Garcia (1): Add NV12 input support for framebuffer drivers/video/sh_mobile_lcdcfb.c | 45 ++++++++++++++++++++++++++++++++----- drivers/video/sh_mobile_lcdcfb.h | 2 +- include/video/sh_mobile_lcdc.h | 3 ++ 3 files changed, 43 insertions(+), 7 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html