All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2][meta-intel]meta-cedartrail: Cover letter for patches to add Video acceleration and update PVR driver to v1.0.3 -- master branch
@ 2012-09-12 16:30 rahul.saxena
  2012-09-12 16:30 ` [PATCH 1/2] meta-cedartrail: Add video acceleration rahul.saxena
  2012-09-12 16:30 ` [PATCH 2/2] meta-cedartrail: Update PVR graphics driver to version 1.0.3 rahul.saxena
  0 siblings, 2 replies; 5+ messages in thread
From: rahul.saxena @ 2012-09-12 16:30 UTC (permalink / raw)
  To: yocto, tom.zanussi

From: Rahul Saxena <rahul.saxena@intel.com>

Cover letter for patch set that does following:

Adds  gstreamer and vaapi video acceleration components to enable acceleration with pvr driver

Update pvr driver to v1.0.3. This driver update fixes a memory leak bug.

Please pull into master branch

Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
--
The following changes since commit 66b516f3d3a287eecbf8804b2221bfc27e36db63:

  README: add info explaining meta-tlk layer purpose (2012-09-06 10:36:02 -0500)

are available in the git repository at:
  git://git.pokylinux.org/meta-intel-contrib rsaxena-master-v103
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=rsaxena-master-v103

Rahul Saxena (2):
  meta-cedartrail: Add video acceleration
  meta-cedartrail: Update PVR graphics driver to version 1.0.3

 meta-cedartrail/README                             |    2 +-
 meta-cedartrail/conf/machine/cedartrail.conf       |    4 ++
 ...pvr-driver_1.0.2.bb => cdv-pvr-driver_1.0.3.bb} |   56 +++++++++++--------
 3 files changed, 37 insertions(+), 25 deletions(-)
 rename meta-cedartrail/recipes-graphics/xorg-driver/{cdv-pvr-driver_1.0.2.bb => cdv-pvr-driver_1.0.3.bb} (80%)

-- 
1.7.4.1



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/2][meta-intel]meta-cedartrail: Cover letter for patches to add Video acceleration and update PVR driver to v1.0.3 -- master branch
@ 2012-09-12 19:18 rahul.saxena
  0 siblings, 0 replies; 5+ messages in thread
From: rahul.saxena @ 2012-09-12 19:18 UTC (permalink / raw)
  To: yocto

From: Rahul Saxena <rahul.saxena@intel.com>

Adds  gstreamer and vaapi video acceleration components to enable acceleration with pvr driver

Update pvr driver to v1.0.3. This driver update fixes a memory leak bug.

Please pull into master branch

Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
--
The following changes since commit 66b516f3d3a287eecbf8804b2221bfc27e36db63:

  README: add info explaining meta-tlk layer purpose (2012-09-06 10:36:02 -0500)

are available in the git repository at:
  git://git.pokylinux.org/meta-intel-contrib rsaxena-pvrv103-master
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=rsaxena-pvrv103-master

Rahul Saxena (2):
  meta-cedartrail: Add video acceleration
  meta-cedartrail: Update PVR graphics driver to version 1.0.3

 meta-cedartrail/README                             |    2 +-
 meta-cedartrail/conf/machine/cedartrail.conf       |    4 +
 .../xorg-driver/cdv-pvr-driver_1.0.2.bb            |  140 --------------------
 3 files changed, 5 insertions(+), 141 deletions(-)
 delete mode 100644 meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.2.bb

-- 
1.7.4.1



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/2][meta-intel]meta-cedartrail:Cover letter for patches to add Video acceleration and update PVR driver to v1.0.3 -- master branch
@ 2012-09-12 21:59 rahul.saxena
  0 siblings, 0 replies; 5+ messages in thread
From: rahul.saxena @ 2012-09-12 21:59 UTC (permalink / raw)
  To: yocto, tom.zanussi

From: Rahul Saxena <rahul.saxena@intel.com>

Cover letter for patch set that does following:

Adds  gstreamer and vaapi video acceleration components to enable acceleration with pvr driver

Update pvr driver to v1.0.3. This driver update fixes a memory leak bug.

Please pull into master branch

Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
--
The following changes since commit 66b516f3d3a287eecbf8804b2221bfc27e36db63:

  README: add info explaining meta-tlk layer purpose (2012-09-06 10:36:02 -0500)

are available in the git repository at:
  git://git.pokylinux.org/meta-intel-contrib rsaxena-pvr_103r3master
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=rsaxena-pvr_103r3master

Rahul Saxena (2):
  meta-cedartrail: Add video acceleration
  meta-cedartrail: Update PVR graphics driver to version 1.0.3

 meta-cedartrail/README                             |    2 +-
 meta-cedartrail/conf/machine/cedartrail.conf       |    4 ++
 ...pvr-driver_1.0.2.bb => cdv-pvr-driver_1.0.3.bb} |   34 ++++++++++++-------
 3 files changed, 26 insertions(+), 14 deletions(-)
 rename meta-cedartrail/recipes-graphics/xorg-driver/{cdv-pvr-driver_1.0.2.bb => cdv-pvr-driver_1.0.3.bb} (84%)

-- 
1.7.4.1



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

end of thread, other threads:[~2012-09-12 22:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 16:30 [PATCH 0/2][meta-intel]meta-cedartrail: Cover letter for patches to add Video acceleration and update PVR driver to v1.0.3 -- master branch rahul.saxena
2012-09-12 16:30 ` [PATCH 1/2] meta-cedartrail: Add video acceleration rahul.saxena
2012-09-12 16:30 ` [PATCH 2/2] meta-cedartrail: Update PVR graphics driver to version 1.0.3 rahul.saxena
  -- strict thread matches above, loose matches on Subject: below --
2012-09-12 19:18 [PATCH 0/2][meta-intel]meta-cedartrail: Cover letter for patches to add Video acceleration and update PVR driver to v1.0.3 -- master branch rahul.saxena
2012-09-12 21:59 [PATCH 0/2][meta-intel]meta-cedartrail:Cover " rahul.saxena

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.