Commit ce9db677 authored by Rob Clark's avatar Rob Clark

drm/msm: Remove unused pm_state

This was added in commit ec446d09 ("drm/msm: call
drm_atomic_helper_suspend() and drm_atomic_helper_resume()"), but unused
since commit ca8199f1 ("drm/msm/dpu: ensure device suspend happens
during PM sleep") which switched to drm_mode_config_helper_suspend()/
drm_mode_config_helper_resume()..
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
Reviewed-by: default avatarAbhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/607746/
parent 030638a7
...@@ -215,8 +215,6 @@ struct msm_drm_private { ...@@ -215,8 +215,6 @@ struct msm_drm_private {
struct notifier_block vmap_notifier; struct notifier_block vmap_notifier;
struct shrinker *shrinker; struct shrinker *shrinker;
struct drm_atomic_state *pm_state;
/** /**
* hangcheck_period: For hang detection, in ms * hangcheck_period: For hang detection, in ms
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment