summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
diff options
context:
space:
mode:
authorMarek Szyprowski2018-06-11 14:24:59 +0200
committerInki Dae2018-07-24 09:28:47 +0200
commitdc684af6fc8d3b9be7fda67e380e91bfdc773aa5 (patch)
treea31dc84465c7864394f27d5c58863228fbc398f8 /drivers/gpu/drm/exynos/exynos_hdmi.c
parentdrm/exynos: Drop useless check from exynos_drm_{suspend,resume} (diff)
downloadkernel-qcow2-linux-dc684af6fc8d3b9be7fda67e380e91bfdc773aa5.tar.gz
kernel-qcow2-linux-dc684af6fc8d3b9be7fda67e380e91bfdc773aa5.tar.xz
kernel-qcow2-linux-dc684af6fc8d3b9be7fda67e380e91bfdc773aa5.zip
drm/exynos: Suspend/resume display pipeline as early/late as possible
In the current code, exynos_drm_suspend() function is called after all real devices (CRTCs, Encoders, etc) are suspended, because Exynos DRM virtual platform device is created as last device in the system (as a part of DRM registration). None of the devices for real hardware modules has its own system suspend/resume callbacks, so it doesn't change any order of the executed code, but it has a side-effect: runtime PM callbacks for real devices are not executed, because those devices are considered by PM core as already suspended. This might cause issues on boards with complex pipelines, where something depends on the runtime PM state of the given device. To ensure that exynos_drm_suspend() is called before any suspend callback from the real devices, assign it to .prepare callback. Same for exynos_drm_resume(), using .complete callback ensures that all real devices have been resumed when calling it. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_hdmi.c')
0 files changed, 0 insertions, 0 deletions