[PATCH] drm/exynos: fimd: modify condition in fimd resume

2013-01-07 Thread Inki Dae
2012/12/27 Prathyush K : > If fimd is runtime suspended (by DPMS OFF), fimd_suspend does not > call fimd_activate(false) and just returns. Similarily the check in Right and that is our intension. pm suspend should be ignored because fimd already became off. And if we want for fimd to be pm suspend

Re: [PATCH] drm/exynos: fimd: modify condition in fimd resume

2013-01-06 Thread Inki Dae
2012/12/27 Prathyush K : > If fimd is runtime suspended (by DPMS OFF), fimd_suspend does not > call fimd_activate(false) and just returns. Similarily the check in Right and that is our intension. pm suspend should be ignored because fimd already became off. And if we want for fimd to be pm suspend

[PATCH] drm/exynos: fimd: modify condition in fimd resume

2013-01-04 Thread Prathyush K
Hi, Please review this patch. Regards, Prathyush On Thu, Dec 27, 2012 at 5:10 PM, Prathyush K wrote: > If fimd is runtime suspended (by DPMS OFF), fimd_suspend does not > call fimd_activate(false) and just returns. Similarily the check in > fimd_resume should not resume if previously runtime_s

Re: [PATCH] drm/exynos: fimd: modify condition in fimd resume

2013-01-04 Thread Prathyush K
Hi, Please review this patch. Regards, Prathyush On Thu, Dec 27, 2012 at 5:10 PM, Prathyush K wrote: > If fimd is runtime suspended (by DPMS OFF), fimd_suspend does not > call fimd_activate(false) and just returns. Similarily the check in > fimd_resume should not resume if previously runtime_s

[PATCH] drm/exynos: fimd: modify condition in fimd resume

2012-12-27 Thread Prathyush K
If fimd is runtime suspended (by DPMS OFF), fimd_suspend does not call fimd_activate(false) and just returns. Similarily the check in fimd_resume should not resume if previously runtime_suspended. Instead the existing check does the opposite. So if fimd was not runtime suspended, suspend will turn

[PATCH] drm/exynos: fimd: modify condition in fimd resume

2012-12-27 Thread Prathyush K
If fimd is runtime suspended (by DPMS OFF), fimd_suspend does not call fimd_activate(false) and just returns. Similarily the check in fimd_resume should not resume if previously runtime_suspended. Instead the existing check does the opposite. So if fimd was not runtime suspended, suspend will turn