[PATCH 2/3] drm/exynos: fix runtime_pm fimd device state on probe

2012-03-09 Thread Inki Dae
From: Marek Szyprowski A call to pm_runtime_set_active() forces device to be at the active state and skips calling its runtime suspend/resume callbacks. This results in a freeze with a new power domain code based on gen_pd. Fimd driver does all required runtime power management calls, so this pm_

[PATCH 2/3] drm/exynos: fix runtime_pm fimd device state on probe

2012-03-09 Thread Inki Dae
From: Marek Szyprowski A call to pm_runtime_set_active() forces device to be at the active state and skips calling its runtime suspend/resume callbacks. This results in a freeze with a new power domain code based on gen_pd. Fimd driver does all required runtime power management calls, so this pm_