MLK-17112 gpu: imx: dpu: Ensure the dpu core is late suspended & early resumed
authorLiu Ying <victor.liu@nxp.com>
Thu, 7 Dec 2017 08:53:02 +0000 (16:53 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:30 +0000 (14:50 -0500)
commit67eaf87c1eed9c8a09b6d185abf5db8e72485c40
tree00b796348c01197d781cdadc02ef083ebf62a261
parentcd6899d6443ed3474d3712620591687f1a6451ba
MLK-17112 gpu: imx: dpu: Ensure the dpu core is late suspended & early resumed

The dpu core driver needs to do some cleanup work for the
upper layer drivers, so it should be late suspended and
early resumed.  This patch ensures this by changing driver
PM hook definitions to use SET_LATE_SYSTEM_SLEEP_PM_OPS
instead of SET_SYSTEM_SLEEP_PM_OPS.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
drivers/gpu/imx/dpu/dpu-common.c