[PATCH] drm/tilcdc: restore correct display mode and contents on pm resume

2014-04-24 Thread Rob Clark
On Mon, Mar 3, 2014 at 2:08 PM, Felipe Balbi wrote: > From: Darren Etheridge > > On resume the screen contents were not being restored properly. Looking at > other DRM drivers it seems a call to drm_helper_resume_force_mode() is needed > in the resume handler to force restoration of the mode

[PATCH] drm/tilcdc: restore correct display mode and contents on pm resume

2014-04-24 Thread Felipe Balbi
On Mon, Mar 03, 2014 at 01:08:56PM -0600, Felipe Balbi wrote: > From: Darren Etheridge > > On resume the screen contents were not being restored properly. Looking at > other DRM drivers it seems a call to drm_helper_resume_force_mode() is needed > in the resume handler to force restoration of

[PATCH] drm/tilcdc: restore correct display mode and contents on pm resume

2014-03-03 Thread Felipe Balbi
From: Darren Etheridge On resume the screen contents were not being restored properly. Looking at other DRM drivers it seems a call to drm_helper_resume_force_mode() is needed in the resume handler to force restoration of the mode and framebuffer data. Signed-off-by: Darren