[linux-sunxi] [PATCH 4/4] simplefb: add clock handling code
From: Hans de Goede <hidden>
Date: 2014-08-14 11:18:29
Also in:
linux-fbdev
From: Hans de Goede <hidden>
Date: 2014-08-14 11:18:29
Also in:
linux-fbdev
Hi, On 08/14/2014 12:57 PM, Luc Verhaegen wrote:
On Thu, Aug 14, 2014 at 12:31:50PM +0200, Koen Kooi wrote:quoted
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, KoenA 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.