All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/1] meta-intel misc commits
@ 2012-10-06  2:17 nitin.a.kamble
  2012-10-06  2:17 ` [PATCHv3 1/1] crownbay.conf: add kernel parameters for EMGD video acceleration nitin.a.kamble
  2012-10-08 22:25 ` [PATCHv3 0/1] meta-intel misc commits Tom Zanussi
  0 siblings, 2 replies; 3+ messages in thread
From: nitin.a.kamble @ 2012-10-06  2:17 UTC (permalink / raw)
  To: tom.zanussi, darren.hart, yocto

From: Nitin A Kamble <nitin.a.kamble@intel.com>

Updated the kernel command line for crownbay BSP, after discussions with Darren.

Thanks,
Nitin

The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8:

  meta-tlk: fix ignored SRC_URI appends (2012-10-05 14:47:55 -0500)

are available in the git repository at:
  git://git.yoctoproject.org/meta-intel-contrib nitin/misc
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc

Nitin A Kamble (1):
  crownbay.conf: add kernel parameters for EMGD video acceleration

 meta-crownbay/conf/machine/crownbay.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.3.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCHv3 1/1] crownbay.conf: add kernel parameters for EMGD video acceleration
  2012-10-06  2:17 [PATCHv3 0/1] meta-intel misc commits nitin.a.kamble
@ 2012-10-06  2:17 ` nitin.a.kamble
  2012-10-08 22:25 ` [PATCHv3 0/1] meta-intel misc commits Tom Zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: nitin.a.kamble @ 2012-10-06  2:17 UTC (permalink / raw)
  To: tom.zanussi, darren.hart, yocto

From: Nitin A Kamble <nitin.a.kamble@intel.com>

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>
---
 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 40dbd1d..c18fa1d 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)}"
-- 
1.7.3.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCHv3 0/1] meta-intel misc commits
  2012-10-06  2:17 [PATCHv3 0/1] meta-intel misc commits nitin.a.kamble
  2012-10-06  2:17 ` [PATCHv3 1/1] crownbay.conf: add kernel parameters for EMGD video acceleration nitin.a.kamble
@ 2012-10-08 22:25 ` Tom Zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Zanussi @ 2012-10-08 22:25 UTC (permalink / raw)
  To: nitin.a.kamble; +Cc: darren.hart, yocto

On Fri, 2012-10-05 at 19:17 -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> Updated the kernel command line for crownbay BSP, after discussions with Darren.
> 
> Thanks,
> Nitin
> 
> The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8:
> 
>   meta-tlk: fix ignored SRC_URI appends (2012-10-05 14:47:55 -0500)
> 
> are available in the git repository at:
>   git://git.yoctoproject.org/meta-intel-contrib nitin/misc
>   http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc
> 
> Nitin A Kamble (1):
>   crownbay.conf: add kernel parameters for EMGD video acceleration
> 
>  meta-crownbay/conf/machine/crownbay.conf |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 

Pulled into meta-intel/master.

Thanks,

Tom



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-08 22:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06  2:17 [PATCHv3 0/1] meta-intel misc commits nitin.a.kamble
2012-10-06  2:17 ` [PATCHv3 1/1] crownbay.conf: add kernel parameters for EMGD video acceleration nitin.a.kamble
2012-10-08 22:25 ` [PATCHv3 0/1] meta-intel misc commits Tom Zanussi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.