commit | 3b59b7ac02e434f267f7cb1ef8fe48c23ddbe9a2 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Jan 28 15:01:22 2015 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Apr 02 18:49:20 2015 +0200 |
tree | 877536afd737fae1bdcd1634a1fb5d79b455fb59 | |
parent | f5e7840b0c4368f8cdbb055188c2a0eef50c3052 [diff] |
drm/tegra: dc: Use base atomic state helpers Instead of duplicating the code, make use of the newly introduced atomic state duplicate and destroy helpers. This allows changes to the base atomic state handling to automatically propagate to the Tegra driver and thereby prevent breakage resulting from both copies going out of sync. Signed-off-by: Thierry Reding <treding@nvidia.com>