drm/msm: rename msm_pm_prepare/complete to note the KMS nature
[linux-2.6-microblaze.git] / drivers / gpu / drm / msm / disp / mdp5 / mdp5_kms.c
index 21be301..150bf9f 100644 (file)
@@ -961,8 +961,8 @@ static __maybe_unused int mdp5_runtime_resume(struct device *dev)
 
 static const struct dev_pm_ops mdp5_pm_ops = {
        SET_RUNTIME_PM_OPS(mdp5_runtime_suspend, mdp5_runtime_resume, NULL)
-       .prepare = msm_pm_prepare,
-       .complete = msm_pm_complete,
+       .prepare = msm_kms_pm_prepare,
+       .complete = msm_kms_pm_complete,
 };
 
 static const struct of_device_id mdp5_dt_match[] = {