]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: dp: remove suspend/resume functions
authorInki Dae <inki.dae@samsung.com>
Wed, 30 Sep 2015 11:12:29 +0000 (20:12 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 1 Oct 2015 04:23:13 +0000 (13:23 +0900)
commit148ba09c465cc54d8e68f041bf9a30332b315c39
tree78e37b518dd12b560dda4ea25e9f078806104bd9
parent10d97d5869f9a50eb3142c7ee562ecc5b5b33f5b
drm/exynos: dp: remove suspend/resume functions

This patch removes unnecessary pm suspend/resume functions.

All kms sub drivers will be controlled by top of Exynos drm driver
and connector dpms so these sub drivers shouldn't have their own
pm interfaces.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/gpu/drm/exynos/exynos_dp_core.c