[PATCH 02/42] drm/omap: move dss_suspend/resume_all to core.c

2016-03-07 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday 22 February 2016 19:10:08 Tomi Valkeinen wrote: > core.c is the only caller of dss_disable_all_devices(). We can thus move > the function from display.c to core.c and make it static. > > Signed-off-by: Tomi Valkeinen Acked-by: Laurent Pinchart > --

[PATCH 02/42] drm/omap: move dss_suspend/resume_all to core.c

2016-02-22 Thread Tomi Valkeinen
core.c is the only caller of dss_disable_all_devices(). We can thus move the function from display.c to core.c and make it static. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/dss/core.c| 13 + drivers/gpu/drm/omapdrm/dss/display.c | 13 - drivers/gpu/drm