[PATCH 14/42] drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfb

2016-03-07 Thread Laurent Pinchart
Hi Tomi, On Monday 07 March 2016 10:54:05 Tomi Valkeinen wrote: > On 07/03/16 10:42, Laurent Pinchart wrote: > > On Monday 22 February 2016 19:10:20 Tomi Valkeinen wrote: > >> omapdrm and omapfb still share the same include/video/omapdss.h. We need > >> to change that so that we can proceed with o

[PATCH 14/42] drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfb

2016-03-07 Thread Tomi Valkeinen
On 07/03/16 10:42, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Monday 22 February 2016 19:10:20 Tomi Valkeinen wrote: >> omapdrm and omapfb still share the same include/video/omapdss.h. We need >> to change that so that we can proceed with omapdrm work. >> >> However,

[PATCH 14/42] drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfb

2016-03-07 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday 22 February 2016 19:10:20 Tomi Valkeinen wrote: > omapdrm and omapfb still share the same include/video/omapdss.h. We need > to change that so that we can proceed with omapdrm work. > > However, it's not trivial to make separate omapfb and omapdrm vers

[PATCH 14/42] drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfb

2016-02-22 Thread Tomi Valkeinen
omapdrm and omapfb still share the same include/video/omapdss.h. We need to change that so that we can proceed with omapdrm work. However, it's not trivial to make separate omapfb and omapdrm versions of omapdss.h, as that file is also included in other places like arch code, audio code and omap_v