Commits

Liu Ying committed 6650de955e9
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>