All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <rahul.saxena@intel.com>
Cc: yocto@yoctoproject.org
Subject: Re: [kernel][PATCH 0/3] Cover letter to update pvr patches
Date: Thu, 26 Apr 2012 14:54:46 -0400	[thread overview]
Message-ID: <4F9999F6.8070201@windriver.com> (raw)
In-Reply-To: <cover.1335393639.git.rahul.saxena@intel.com>

On 12-04-26 04:55 AM, rahul.saxena@intel.com wrote:
> From: Rahul Saxena<rahul.saxena@intel.com>
>
> Cover letter to update pvr patches.
> A updated version of linux-3.0.0-cdv patch for pvr driver that
> includes vaapi (Video Acceleration API) related fixes was recently released by MeeGo.
> A revert of the existing version of this patch is done and then the new
> version is added. A new patch to handle TTM page allocation from
> high memory is also added.
>
> Please pull into yocto/pvr branch of linux-yocto-3.0

Looks fine, I'll do the merge later today and send email when
things get pushed out.

Cheers,

Bruce

>
> Signed-off-by: Rahul Saxena<rahul.saxena@intel.com>
> --
>
> The following changes since commit 9d0264753e869d21ec4d9a6dd5558de73d64f94d:
>
>    yocto/pvr: add hdmi/acpi definitions (2012-03-09 14:50:44 -0500)
>
> are available in the git repository at:
>    git://git.pokylinux.org/linux-yocto-2.6.37-contrib rsaxena-yocto/pvr
>    http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=rsaxena-yocto/pvr
>
> Rahul Saxena (3):
>    Revert "yocto/pvr: integrate pvr support"
>    add updated version of linux-3.0.0-cdv.patch
>    add patch linux-3.0.0-ttm-clear-high.patch
>
>   drivers/gpu/drm/ttm/ttm_page_alloc.c               |    5 +-
>   drivers/staging/cdv/Kconfig                        |    1 +
>   drivers/staging/cdv/Makefile                       |    2 +-
>   drivers/staging/cdv/drv/psb_drm.h                  |    3 +
>   drivers/staging/cdv/drv/psb_drv.c                  |   73 +++--
>   drivers/staging/cdv/drv/psb_drv.h                  |   24 +-
>   drivers/staging/cdv/drv/psb_fb.c                   |  134 ++++-----
>   drivers/staging/cdv/drv/psb_gtt.c                  |   29 +-
>   drivers/staging/cdv/drv/psb_intel_bios.c           |   90 +++++-
>   drivers/staging/cdv/drv/psb_intel_bios.h           |   35 ++-
>   drivers/staging/cdv/drv/psb_intel_display.c        |  310 +++++++++++++-------
>   drivers/staging/cdv/drv/psb_intel_dpll_cdv.c       |   85 +++++-
>   drivers/staging/cdv/drv/psb_intel_drv.h            |   12 +-
>   drivers/staging/cdv/drv/psb_intel_lvds.c           |  178 +++++++++++-
>   drivers/staging/cdv/drv/psb_intel_opregion.c       |    2 +-
>   drivers/staging/cdv/drv/psb_intel_reg.h            |   36 +++-
>   drivers/staging/cdv/drv/psb_irq.c                  |   12 +-
>   drivers/staging/cdv/drv/psb_powermgmt.c            |   29 ++-
>   drivers/staging/cdv/drv/psb_pvr_glue.c             |    4 +-
>   drivers/staging/cdv/drv/psb_reg.h                  |    8 +-
>   drivers/staging/cdv/imgv/psb_msvdx.c               |   25 ++-
>   drivers/staging/cdv/imgv/psb_msvdx.h               |    7 +-
>   drivers/staging/cdv/imgv/psb_msvdxinit.c           |   51 +++-
>   .../3rdparty/linux_framebuffer_mrst/mrstlfb.h      |    6 +
>   .../linux_framebuffer_mrst/mrstlfb_displayclass.c  |  125 +++++++-
>   .../linux_framebuffer_mrst/mrstlfb_linux.c         |    8 +-
>   .../pvr/services4/srvkm/devices/sgx/sgxconfig.h    |   65 ++++
>   .../cdv/pvr/services4/srvkm/hwdefs/sgxerrata.h     |    4 +
>   .../pvr/services4/srvkm/hwdefs/sgxfeaturedefs.h    |    3 +-
>   .../cdv/pvr/services4/system/unified/sysconfig.c   |   11 +-
>   .../cdv/pvr/services4/system/unified/sysconfig.h   |   30 --
>   31 files changed, 1021 insertions(+), 386 deletions(-)
>



  parent reply	other threads:[~2012-04-26 18:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-25 18:17 [kernel][PATCH 0/3] Cover letter to update pvr patches rahul.saxena
2012-04-25 18:17 ` [PATCH 1/3] Revert "yocto/pvr: integrate pvr support" rahul.saxena
2012-04-25 18:17 ` [PATCH 2/3] add updated version of linux-3.0.0-cdv.patch rahul.saxena
2012-04-25 18:17 ` [PATCH 3/3] add patch linux-3.0.0-ttm-clear-high.patch rahul.saxena
2012-04-26 18:54 ` Bruce Ashfield [this message]
2012-04-26 20:03 ` [kernel][PATCH 0/3] Cover letter to update pvr patches Bruce Ashfield
2012-04-26 20:38   ` Saxena, Rahul
2012-04-27  2:59     ` Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F9999F6.8070201@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=rahul.saxena@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.