[meta-freescale] [PATCH] kernel-module-imx-gpu-viv: Add 'galcore' to module autoloading

Otavio Salvador otavio at ossystems.com.br
Mon Nov 23 04:37:25 PST 2015


The module autoloading ensures 'galcore' to be probed as early as
possible during the boot. The order is important so the GPU can be
used as fast as possible, ensuring a reduced time until the initial
GPU-based application is loaded.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 .../kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb
index 404615f..0504cfa 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb
@@ -9,9 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
 PV .= "+git${SRCPV}"
 
-inherit module
-
 SRCREV = "eeeb23c0fb1cee01318088d417025263479c44ac"
 SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https"
 
 S = "${WORKDIR}/git"
+
+inherit module
+
+KERNEL_MODULE_AUTOLOAD = "galcore"
-- 
2.6.2



More information about the meta-freescale mailing list