Commit ce9db677 authored by Rob Clark's avatar Rob Clark
Browse files

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -215,8 +215,6 @@ struct msm_drm_private {
	struct notifier_block vmap_notifier;
	struct shrinker *shrinker;

	struct drm_atomic_state *pm_state;

	/**
	 * hangcheck_period: For hang detection, in ms
	 *