summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_drv.h
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2017-11-06 20:18:09 +0100
committerNoralf Trønnes <noralf@tronnes.org>2017-11-30 18:18:33 +0100
commit194b8799d27cd61bbc6da4e3ed333de261c07407 (patch)
tree5c89e6896386193209be5a48d86052f4083b0d4e /drivers/gpu/drm/arm/malidp_drv.h
parentca038cfb5cfa8d48b427b916efe97e711f5a18c7 (diff)
downloadlinux-stable-194b8799d27cd61bbc6da4e3ed333de261c07407.tar.gz
linux-stable-194b8799d27cd61bbc6da4e3ed333de261c07407.tar.bz2
linux-stable-194b8799d27cd61bbc6da4e3ed333de261c07407.zip
drm/arm/mali: Use drm_mode_config_helper_suspend/resume()
Replace driver's code with the generic helpers that do the same thing. Cc: Liviu Dudau <liviu.dudau@arm.com> Cc: Brian Starkey <brian.starkey@arm.com> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: Liviu Dudau <liviu.dudau@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171106191812.38927-4-noralf@tronnes.org
Diffstat (limited to 'drivers/gpu/drm/arm/malidp_drv.h')
-rw-r--r--drivers/gpu/drm/arm/malidp_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/arm/malidp_drv.h b/drivers/gpu/drm/arm/malidp_drv.h
index 2e2033140efc..70ed6aeccf05 100644
--- a/drivers/gpu/drm/arm/malidp_drv.h
+++ b/drivers/gpu/drm/arm/malidp_drv.h
@@ -24,7 +24,6 @@ struct malidp_drm {
struct drm_crtc crtc;
wait_queue_head_t wq;
atomic_t config_valid;
- struct drm_atomic_state *pm_state;
u32 core_id;
};