aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_drv.h
diff options
context:
space:
mode:
authorSouptick Joarder <[email protected]>2018-08-08 16:16:41 +0000
committerJyri Sarha <[email protected]>2018-10-01 12:52:29 +0000
commit4fdce78ab90173191fa9f472b47b9cbdacbc3edd (patch)
tree647292be0139e786d2d46a1f0cb99dcf01de9c51 /drivers/gpu/drm/tilcdc/tilcdc_drv.h
parentLinux 4.19-rc6 (diff)
downloadkernel-4fdce78ab90173191fa9f472b47b9cbdacbc3edd.tar.gz
kernel-4fdce78ab90173191fa9f472b47b9cbdacbc3edd.zip
drm/tilcdc: Convert drm_atomic_helper_suspend/resume()
convert drm_atomic_helper_suspend/resume() to use drm_mode_config_helper_suspend/resume(). saved_state in tilcdc_drm_private will not be used anymore, so it can be removed. Signed-off-by: Ajit Negi <[email protected]> Signed-off-by: Souptick Joarder <[email protected]> Tested-by: Jyri Sarha <[email protected]> Signed-off-by: Jyri Sarha <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_drv.h')
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_drv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.h b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
index ead512216669..62cea5ff5558 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_drv.h
+++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
@@ -70,9 +70,6 @@ struct tilcdc_drm_private {
const uint32_t *pixelformats;
uint32_t num_pixelformats;
- /* The context for pm susped/resume cycle is stored here */
- struct drm_atomic_state *saved_state;
-
#ifdef CONFIG_CPU_FREQ
struct notifier_block freq_transition;
#endif