diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-10-04 09:18:33 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-08 16:08:32 -0500 |
commit | 3ed0c6bc4deee54097b77e68011ced568ed18874 (patch) | |
tree | b3fcf7525c926291ab4ba60cf96121de13699545 /meta-crownbay | |
parent | f76c3a98c8f19501b66e2827f20b395b03e5aefc (diff) | |
download | meta-intel-3ed0c6bc4deee54097b77e68011ced568ed18874.tar.gz |
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>
Diffstat (limited to 'meta-crownbay')
-rw-r--r-- | meta-crownbay/conf/machine/crownbay.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index 40dbd1d1..c18fa1da 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf | |||
@@ -21,7 +21,7 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | |||
21 | PREFERRED_VERSION_mesa-dri ?= "7.11" | 21 | PREFERRED_VERSION_mesa-dri ?= "7.11" |
22 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | 22 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" |
23 | 23 | ||
24 | APPEND += "video=vesafb vga=0x318" | 24 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB" |
25 | 25 | ||
26 | VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \ | 26 | VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \ |
27 | "commercial", "gst-va-intel va-intel", "va-intel", d)}" | 27 | "commercial", "gst-va-intel va-intel", "va-intel", d)}" |