]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
video: tegra: dc: fix filtering during rotation
authorJon Mayo <jmayo@nvidia.com>
Wed, 30 Apr 2014 17:28:03 +0000 (10:28 -0700)
committerMandar Padmawar <mpadmawar@nvidia.com>
Tue, 27 May 2014 10:40:38 +0000 (03:40 -0700)
commit225ad9eaabfddc28e9f17bfbd3506e19d8ae1c01
tree434b72141f15f5c19c6651697282ba0fb2e0416d
parent201e167d13e4ab1a8752788c3776d4f632b87688
video: tegra: dc: fix filtering during rotation

SCAN_COLUMN works on the input, filters work on the output. Only input
settings need to be swapped when in SCAN_COLUMN mode (270/90 rotation).

This removes an inadvertant swap of H and V for the filter capabilities.

Bug 1421307
Bug 1413155
Bug 1482737

Change-Id: I53017429fe4f554517ad9e054a0116582585bb56
Signed-off-by: Jon Mayo <jmayo@nvidia.com>
Reviewed-on: http://git-master/r/403755
(cherry picked from commit f2d3ce1df0ccd8401aab554853401b5e3afa6859)
Reviewed-on: http://git-master/r/405927
(cherry picked from commit b070979bff98ad46cc93c918c1398864102091ab)
Reviewed-on: http://git-master/r/413454
Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
Tested-by: Thomas Cherry <tcherry@nvidia.com>
drivers/video/tegra/dc/window.c