commit | e75d04771ad60cb65005f35a7eb65caa6e7c266c | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Nov 29 17:24:35 2018 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Nov 29 17:25:32 2018 +0100 |
tree | 73501827bd970d2a93496ca2da52bb8e015f610a | |
parent | 0cffbde2e318cc1214486a84be0f31045b1fa493 [diff] |
drm/tegra: dc: Don't clean up unused display controller Display controllers that don't own any windows and which therefore aren't currently being assigned a primary plane are not registered as a CRTC with the DRM framework. They request neither a syncpoint nor an interrupt because they don't use them, so avoid cleaning up those resources. Signed-off-by: Thierry Reding <treding@nvidia.com>