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@ossystems.com.br>
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"