Re: [PATCH] drm: atmel-hlcdc: fixes wrong enabled flag used in PM suspend/resume support

2015-03-16 Thread Boris Brezillon
On Thu, 12 Mar 2015 19:47:19 +0100 Sylvain Rochet wrote: > 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_hl

[PATCH] drm: atmel-hlcdc: fixes wrong enabled flag used in PM suspend/resume support

2015-03-12 Thread Sylvain Rochet
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