Re: [PATCH] OMAPFB: Reset framebuffer after resume

2011-06-13 Thread Andy Green
On 06/13/2011 10:43 AM, Somebody in the thread at some point said: Hi jserv - Can you review Kan-Ru's patch? Since Android assumes full-functional PM, it is vital to improve the resuming behavior of OMAP framebuffer. You're right about needing working suspend / resume... the idea sounds fin

Re: [PATCH] OMAPFB: Reset framebuffer after resume

2011-06-13 Thread Jim Huang
On 9 June 2011 17:58, Kan-Ru Chen wrote: > After resume the HDMI/DVI output was still blank. It turns out that > framebuffers have to be reconfigured so the output is activated again. > Hi Andy, Can you review Kan-Ru's patch? Since Android assumes full-functional PM, it is vital to improve the

[PATCH] OMAPFB: Reset framebuffer after resume

2011-06-09 Thread Kan-Ru Chen
After resume the HDMI/DVI output was still blank. It turns out that framebuffers have to be reconfigured so the output is activated again. --- drivers/video/omap2/omapfb/omapfb-main.c | 33 ++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/drivers/vi