commit | 2add8d1310eb5b1094e02a7261b6e35df5e65bf3 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 16 15:25:45 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 02 11:09:33 2017 +0300 |
tree | e608834e38e325f79e697b4908fb99cfea055ebb | |
parent | c4df6e4277503f0d05e261c3cae0c282fdca4437 [diff] |
drm/omap: fix YUV422 90/270 rotation with mirroring When rotating 90/270 + mirroring with YUV422, the end result will have adjacent pixels swapped. The problem is that dispc_ovl_set_rotation_attrs() has wrong rotation values for these cases. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>