Hi, On 08/14/2014 12:57 PM, Luc Verhaegen wrote: > On Thu, Aug 14, 2014 at 12:31:50PM +0200, Koen Kooi wrote: >> >> How many DRM drivers are there on ARM and what's the size impact of building >> them all into the kernel? I know from experience that it's not possible on >> x86 especially with efifb in the mix, but I wonder what the situation on ARM >> is. I only have TI, sunxi and exynos boards to test on and building in both >> TI drm drivers and the exynos one seems to work. >> Note that I'm not talking about the non-DRM abortions that maskerade as >> graphics drivers for ARM SoCs, only proper DRM ones. >> >> regards, >> >> Koen > > A quick check tells me that my current sunxi-3.4 sunxi_drm.ko measures > 1.7MB
That likely is with debug-info, try running "strip --strip-debug" on the .ko file. Note don't use plain "strip" that ruins kernel modules. Regards, Hans p.s. I'm leaving home (and the internet) for vacation tomorrow. I'll be back on Mon Aug 25. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
