mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
emenlow.conf: specify a kernel boot param for emgd
Via "vmalloc=256MB" boot parameter ask kernel to keep enough memory available for the emgd kernel driver allocation. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
f35e1dcbbc
commit
2e978b4821
|
|
@ -23,7 +23,7 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
|
|||
PREFERRED_VERSION_mesa-dri ?= "7.11"
|
||||
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
||||
|
||||
APPEND += "video=vesafb vga=0x318"
|
||||
APPEND += "video=vesafb vga=0x318 vmalloc=256MB"
|
||||
|
||||
VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \
|
||||
"commercial", "gst-va-intel va-intel", "va-intel", d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user