commit | 4fba6d22ca9ad28b8871d763b35a4da2e1ca272e | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Thu Jun 18 02:40:40 2020 +0300 |
committer | Thierry Reding <treding@nvidia.com> | Fri Jul 17 16:06:17 2020 +0200 |
tree | 271161ea18060adbf87215d6a3d8f15082a51bb0 | |
parent | cd740777d29d7053e0172c7e0105789428425941 [diff] |
drm/tegra: plane: Support 180° rotation Combining horizontal and vertical reflections gives us 180 degrees of rotation. Both reflection modes are already supported, and thus, we just need to mark the 180 rotation mode as supported. The 180 rotation mode is needed for devices like Nexus 7 tablet, which have display panel mounted upside-down. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>