Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1413563
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/6] drm/fsl-dcu: suspend/resume rework using atomic helpers |
| Date | 2016-06-04 01:00 +0200 |
| Message-ID | <rG6el-KI-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This implements suspend/resume using the atomic update supsend/resume helpers instead of the current implementation which uses regcache. The code has been tested on a Colibri VF61 using the freeze suspend mode. This version is a rebase ontop of the fix for the regmap cache issue: https://lists.freedesktop.org/archives/dri-devel/2016-June/109625.html Dave, Thierry: Could you have a look at patch 1? If that looks good for you I will take it through my tree... Changes since v1: - Rebase ontop of drm-next + regmap cache fix Stefan Agner (6): drm/fb_cma_helper: add suspend helper drm/fsl-dcu: store layer registers in soc_data drm/fsl-dcu: move layer initialization to plane file drm/fsl-dcu: use clk helpers drm/fsl-dcu: implement suspend/resume using atomic helpers drm/fsl-dcu: disable vblank events on CRTC disable drivers/gpu/drm/drm_fb_cma_helper.c | 15 +++++++++ drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 21 ++++--------- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 47 +++++++++++++++++++++-------- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h | 2 ++ drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c | 16 ++++++++++ drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.h | 1 + include/drm/drm_fb_cma_helper.h | 1 + 7 files changed, 76 insertions(+), 27 deletions(-) -- 2.8.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] drm/fsl-dcu: suspend/resume rework using atomic helpers Stefan Agner <stefan@agner.ch> - 2016-06-04 01:00 +0200
[PATCH v2 4/6] drm/fsl-dcu: use clk helpers Stefan Agner <stefan@agner.ch> - 2016-06-04 01:00 +0200
[PATCH v2 1/6] drm/fb_cma_helper: add suspend helper Stefan Agner <stefan@agner.ch> - 2016-06-04 01:00 +0200
Re: [PATCH v2 1/6] drm/fb_cma_helper: add suspend helper Daniel Vetter <daniel@ffwll.ch> - 2016-06-04 01:20 +0200
[PATCH v2 2/6] drm/fsl-dcu: store layer registers in soc_data Stefan Agner <stefan@agner.ch> - 2016-06-04 01:00 +0200
csiph-web