commit | f026eb6e031f704fad991fdeb76c40d7c4a301bd | [log] [tgz] |
---|---|---|
author | Sylvain Rochet <sylvain.rochet@finsecur.com> | Thu Mar 12 19:47:19 2015 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Mon Mar 16 16:10:42 2015 +0100 |
tree | 9e757b381a444d11bbe365362d723c2cdff679d3 | |
parent | 03be70050c85768e9ce7c0d0887110d1b629e127 [diff] |
drm: atmel-hlcdc: use appropriate enabled flag in suspend/resume Unfortunately we used the enabled flag in struct drm_crtc instead of the enabled flag in struct atmel_hlcdc_crtc. This obviously leads to discrepancies on crtc enable state. This patch fixes the issue by using the struct atmel_hlcdc_crtc enabled flag in PM support. Signed-off-by: Sylvain Rochet <sylvain.rochet@finsecur.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>