commit | 2a5561b1f7a2c12db912b0d3c5fc830817d413a9 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Mon Jul 16 16:37:45 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Sep 26 14:58:50 2012 +0300 |
tree | 70649af5fe184f05b5dff6d65b8b41269f411b74 | |
parent | f92afae2af702d209ac86bdb7642edb2f10bf8f3 [diff] |
OMAPDSS: DISPC: Don't set chroma resampling bit for writeback The bit YUVCHROMARESAMPLING isn't there for writeback in DISPC_WB_ATTRIBUTES2. It isn't there because we don't upsample chroma like for video pipelines, we downsample chroma in writeback to get YUV422 or NV12 formats from the YUV444 input. Ignore this bit in dispc_ovl_set_scaling_uv() if the plane is OMAP_DSS_WB. Signed-off-by: Archit Taneja <archit@ti.com>