mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
crownbay.conf: add kernel parameters for EMGD video acceleration
This is recommended in the EMGD User Guide. My understanding is that, the emgd kernel driver need to allocate memory dynamically, and the "vmalloc=256MB" parameter ensures enough will be available for the driver. 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
f76c3a98c8
commit
3ed0c6bc4d
|
@ -21,7 +21,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