All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
To: Ben Skeggs <bskeggs@redhat.com>
Cc: Dave Airlie <airlied@redhat.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>
Subject: [GIT PULL] generic bugfixes for nouveau
Date: Sun, 07 Jul 2013 21:54:41 +0200	[thread overview]
Message-ID: <51D9C781.9050501@canonical.com> (raw)

The following changes since commit 117287c8210dcfc5c5974a733c19a74a162f0c56:

  Merge remote-tracking branch 'airlied/drm-next' into nouveau (2013-07-07 10:33:48 +0200)

are available in the git repository at:

  ssh://people.freedesktop.org/~mlankhorst/linux for-darktama

for you to fetch changes up to e9dd5df1499e52ac71583ef27ad32f522e45a3c5:

  drm/nouveau: use separate copy engine channel on nvc0, and fix nve0 ce (2013-07-07 18:55:02 +0200)

This series applies on top of the current nouveau/master branch when merged with airlied/drm-next.
----------------------------------------------------------------
Maarten Lankhorst (10):
      drm/nouveau: fix locking in nouveau_crtc_page_flip
      drm/nouveau: handle framebuffer pinning correctly
      drm/nouveau: do not unpin in nouveau_gem_object_del
      drm/nouveau: fix gpc firmware regression on nvc0
      drm/nouveau: fix mapping in nouveau_bo_move_ntfy
      drm/nouveau: do not allow negative sizes for now
      drm/nouveau: add falcon interrupt handler
      drm/nouveau: prefer cached memory where possible
      drm/nouveau: bump fence timeout to 15 seconds
      drm/nouveau: use separate copy engine channel on nvc0, and fix nve0 ce

 drivers/gpu/drm/nouveau/core/engine/bsp/nvc0.c     |  1 +
 drivers/gpu/drm/nouveau/core/engine/bsp/nve0.c     |  1 +
 drivers/gpu/drm/nouveau/core/engine/falcon.c       | 18 ++++++++
 .../gpu/drm/nouveau/core/engine/graph/fuc/gpc.fuc  |  3 ++
 .../nouveau/core/engine/graph/fuc/gpcnvc0.fuc.h    | 40 +++++++++---------
 drivers/gpu/drm/nouveau/core/engine/ppp/nvc0.c     |  1 +
 drivers/gpu/drm/nouveau/core/engine/vp/nvc0.c      |  1 +
 drivers/gpu/drm/nouveau/core/engine/vp/nve0.c      |  1 +
 .../gpu/drm/nouveau/core/include/engine/falcon.h   |  2 +
 drivers/gpu/drm/nouveau/nouveau_bo.c               | 48 +++++++++++-----------
 drivers/gpu/drm/nouveau/nouveau_display.c          | 24 +++++++----
 drivers/gpu/drm/nouveau/nouveau_drm.c              |  7 ++++
 drivers/gpu/drm/nouveau/nouveau_fbcon.c            |  5 +++
 drivers/gpu/drm/nouveau/nouveau_fence.c            |  2 +-
 drivers/gpu/drm/nouveau/nouveau_gem.c              |  6 ---
 drivers/gpu/drm/nouveau/nv50_display.c             | 13 ++++++
 16 files changed, 116 insertions(+), 57 deletions(-)

                 reply	other threads:[~2013-07-07 19:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=51D9C781.9050501@canonical.com \
    --to=maarten.lankhorst@canonical.com \
    --cc=airlied@redhat.com \
    --cc=bskeggs@redhat.com \
    --cc=dri-devel@lists.freedesktop.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.