commit | a8db432471248bd491916347b077ff2e7b5aa317 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Thu Feb 11 17:31:51 2016 -0800 |
committer | Stefan Agner <stefan@agner.ch> | Sat Jun 18 18:34:27 2016 -0700 |
tree | 0682c68facafc34714cc00851b1a355bc3dbdfd5 | |
parent | ff09b41f0398d67db9614c29f1b67ae82a19d68d [diff] |
drm/fsl-dcu: implement suspend/resume using atomic helpers Use the drm_atomic_helper_suspend() and drm_atomic_helper_resume() helpers to implement subsystem-level suspend/resume. This replaces the (non-functional) regmap cache based suspend resume functionality. Signed-off-by: Stefan Agner <stefan@agner.ch>