diff options
| author | Joonyoung Shim <[email protected]> | 2015-06-12 20:34:28 +0900 |
|---|---|---|
| committer | Inki Dae <[email protected]> | 2015-06-20 00:32:58 +0900 |
| commit | c329f667ba3392c3270902335690f548a2778374 (patch) | |
| tree | 4cbf0e227b157c878fa1e72f04dc5e08eb9a9a60 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | ba4b77c4856a26b926d3892511568b9f4c6102e1 (diff) | |
drm/exynos: remove chained calls to enable
With atomic modesetting all the control for CRTC, Planes, Encoders and
Connectors should come from DRM core, so the driver is not allowed to
enable or disable planes from inside the crtc_enable()/disable() call.
But it needs to disable planes with crtc_disable in exynos driver
internally. Because crtc is disabled before plane is disabled, it means
plane_disable just returns without any register changes, then we cannot
be sure setting register to disable plane when crtc is disable.
This patch removes this chainned calls to enable plane from exynos hw
drivers code letting only DRM core touch planes except to disable plane.
Also it leads eliminable enabled and resume of struct exynos_drm_plane.
Signed-off-by: Gustavo Padovan <[email protected]>
Signed-off-by: Joonyoung Shim <[email protected]>
Tested-by: Marek Szyprowski <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions