OMAPDSS: DISPC: Fix OMAP4 supported color formats
authorLajos Molnar <lajos@ti.com>
Tue, 21 Feb 2012 14:06:30 +0000 (19:36 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 6 Mar 2012 12:08:16 +0000 (14:08 +0200)
commit08f3267e264e3cf05f0e79cf0f63a2162fd4bd1c
tree0d3187627bc4eec5e5bc8375843678e9a72eedd4
parentdd2116a35aa9a5a7b71e1d21f30aec8927434d19
OMAPDSS: DISPC: Fix OMAP4 supported color formats

Add missing but supported color formats for GFX pipeline in dss features:
RGBX16-4444, RGBA16-4444 and XRGB16-1555.

In dispc_ovl_set_color_mode():

- Remove unsupported modes on GFX pipeline: YUV2 and UYVY. Replace these by
  missing modes supported by GFX pipelines: RGBX16-4444 and RGBA16-4444.

- Fix swapped modes on VID pipelines: RGBX16-4444 and XRGB16-4444.

Signed-off-by: Lajos Molnar <lajos@ti.com>
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dss_features.c
This page took 0.028334 seconds and 5 git commands to generate.