commit | a4bfa0961c4bccbfd5f23d1283fa3d40e6af1b59 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Aug 30 17:34:10 2017 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Fri Oct 20 14:19:54 2017 +0200 |
tree | 33e5e5b322034fa0fa9de9fa0d16fc0e3fa9e520 | |
parent | 2d1c18fb0d1c566491dfaba09ed24881b1d82152 [diff] |
drm/tegra: dc: Simplify atomic plane helper functions Remove the tegra_dc_disable_window() function whose only purpose was to allow tegra_plane_atomic_update() to also call it. Fix that by shuffling tegra_plano_atomic_disable() to before tegra_plane_atomic_update(). While at it, also remove the overlay plane helper functions because they are exactly the same as the primary plane helper functions. Signed-off-by: Thierry Reding <treding@nvidia.com>