From 3ed0c6bc4deee54097b77e68011ced568ed18874 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 4 Oct 2012 09:18:33 -0700 Subject: 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 Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-crownbay/conf/machine') 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" 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)}" -- cgit v1.2.3-54-g00ecf