[PATCH] drm/omap: tiler: add hibernation callback

2015-03-20 Thread grygorii.stras...@linaro.org
On 03/20/2015 01:43 PM, Tomi Valkeinen wrote: > On 18/03/15 16:56, Grygorii.Strashko at linaro.org wrote: >> Hi All, >> >> On 02/25/2015 08:08 PM, grygorii.strashko at linaro.org wrote: >>> From: Grygorii Strashko >>> >>> Setting a dev_pm_ops resume callback but not a set of >>> hibernation handle

[PATCH] drm/omap: tiler: add hibernation callback

2015-03-20 Thread Tomi Valkeinen
On 18/03/15 16:56, Grygorii.Strashko at linaro.org wrote: > Hi All, > > On 02/25/2015 08:08 PM, grygorii.strashko at linaro.org wrote: >> From: Grygorii Strashko >> >> Setting a dev_pm_ops resume callback but not a set of >> hibernation handler means that pm function will not be >> called upon hi

[PATCH] drm/omap: tiler: add hibernation callback

2015-03-18 Thread grygorii.stras...@linaro.org
Hi All, On 02/25/2015 08:08 PM, grygorii.strashko at linaro.org wrote: > From: Grygorii Strashko > > Setting a dev_pm_ops resume callback but not a set of > hibernation handler means that pm function will not be > called upon hibernation. > Fix this by using SIMPLE_DEV_PM_OPS, which appropriately

[PATCH] drm/omap: tiler: add hibernation callback

2015-03-18 Thread Rob Clark
On Wed, Feb 25, 2015 at 1:08 PM, wrote: > From: Grygorii Strashko > > Setting a dev_pm_ops resume callback but not a set of > hibernation handler means that pm function will not be > called upon hibernation. > Fix this by using SIMPLE_DEV_PM_OPS, which appropriately > assigns the suspend and hib

[PATCH] drm/omap: tiler: add hibernation callback

2015-02-25 Thread grygorii.stras...@linaro.org
From: Grygorii Strashko Setting a dev_pm_ops resume callback but not a set of hibernation handler means that pm function will not be called upon hibernation. Fix this by using SIMPLE_DEV_PM_OPS, which appropriately assigns the suspend and hibernation handlers and move omap_dmm_resume under CONFIG