On Wed, Aug 11, 2010 at 11:22:44AM +0200, ext K, Mythri P wrote:
> 
> Hi Tomi,
> Can you please comment on the below patch . This is to add new color modes 
> supported by OMAP4.
> 
> Thanks and regards,
> Mythri.
> -----Original Message-----
> From: K, Mythri P 
> Sent: Thursday, August 05, 2010 11:24 AM
> To: linux-omap@vger.kernel.org
> Cc: tomi.valkei...@nokia.com; Semwal, Sumit; K, Mythri P
> Subject: [PATCH] OMAP:DSS:Add support for Additional color modes supported by 
> OMAP4
> 
> From: Sumit semwal <sumit.sem...@ti.com>
> 
> This patch adds support for new color modes that are supported by the 
> video/graphics pipeline of OMAP4
> 
> Signed-off-by: Mythri P K <mythr...@ti.com>
> ---
>  arch/arm/plat-omap/include/plat/display.h |   16 ++++++++-
>  drivers/video/omap2/dss/dispc.c           |   53 
> ++++++++++++++++++++++-------
>  drivers/video/omap2/dss/overlay.c         |    6 ++-
>  3 files changed, 59 insertions(+), 16 deletions(-)
> 
> diff --git a/arch/arm/plat-omap/include/plat/display.h 
> b/arch/arm/plat-omap/include/plat/display.h
> index 7a6eedd..ebf1020 100644
> --- a/arch/arm/plat-omap/include/plat/display.h
> +++ b/arch/arm/plat-omap/include/plat/display.h
> @@ -89,6 +89,12 @@ enum omap_color_mode {
>       OMAP_DSS_COLOR_ARGB32   = 1 << 11, /* ARGB32 */
>       OMAP_DSS_COLOR_RGBA32   = 1 << 12, /* RGBA32 */
>       OMAP_DSS_COLOR_RGBX32   = 1 << 13, /* RGBx32 */
> +     OMAP_DSS_COLOR_NV12     = 1 << 14, /* NV12 format: YUV 4:2:0 */
> +     OMAP_DSS_COLOR_RGBA12   = 1 << 15, /* RGBA12 - 4444 */
> +     OMAP_DSS_COLOR_XRGB12   = 1 << 16, /* xRGB12, 16-bit container */

Isn't this the same as RGB12U?

-- 
Ville Syrjälä
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to