[PATCHv2 39/45] drm: omapdrm: inline omap_plane_setup into update/disable

2015-06-06 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Thursday 04 June 2015 12:02:56 Tomi Valkeinen wrote: > At the moment we have omap_plane_setup() function which handles both > enabling (and configuring) and disabling the plane. With atomic > modesetting we have separate hooks for plane enable/config and disab

[PATCHv2 39/45] drm: omapdrm: inline omap_plane_setup into update/disable

2015-06-04 Thread Tomi Valkeinen
At the moment we have omap_plane_setup() function which handles both enabling (and configuring) and disabling the plane. With atomic modesetting we have separate hooks for plane enable/config and disable. This patch moves the code from omap_plane_setup() to omap_plane_atomic_update() and omap_plan