[PATCH RFC 8/9] drm/omap: move omapdss & displays under omapdrm

2015-12-14 Thread Tomi Valkeinen
On 13/12/15 21:08, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Thursday 10 December 2015 16:25:34 Tomi Valkeinen wrote: >> Now that omapfb has its own copy of omapdss and display drivers, we can >> move omapdss and display drivers which omapdrm uses to omapdrm's >> di

[PATCH RFC 8/9] drm/omap: move omapdss & displays under omapdrm

2015-12-13 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Thursday 10 December 2015 16:25:34 Tomi Valkeinen wrote: > Now that omapfb has its own copy of omapdss and display drivers, we can > move omapdss and display drivers which omapdrm uses to omapdrm's > directory. > > We also need to change the main drm Makefile

[PATCH RFC 8/9] drm/omap: move omapdss & displays under omapdrm

2015-12-10 Thread Tomi Valkeinen
Now that omapfb has its own copy of omapdss and display drivers, we can move omapdss and display drivers which omapdrm uses to omapdrm's directory. We also need to change the main drm Makefile so that omapdrm directory is always entered, because omapdss has a file that always needs to be built-in.