Re: [PATCH RFC 8/9] drm/omap: move omapdss & displays under omapdrm
From: Tomi Valkeinen <hidden>
Date: 2015-12-14 07:13:05
Also in:
dri-devel
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Tomi Valkeinen <hidden>
Date: 2015-12-14 07:13:05
Also in:
dri-devel
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:quoted
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.Which file is that ? omapdss-boot-init.c ? I would say "that can't be built as a module' instead of 'that always needs to be built-in' as the later implies (at least for me) that the file always have to be built-in regardless of whether omapdss support is enabled or not.
Yes, ompadss-boot-init.c. I'll change the wording. Tomi