dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Hellstrom <thellstrom@vmware.com>
To: airlied@gmail.com, airlied@redhat.com
Cc: pv-drivers@vmware.com, Thomas Hellstrom <thellstrom@vmware.com>,
	linux-graphics-maintainer@vmware.com,
	dri-devel@lists.freedesktop.org
Subject: [PULL] vmwgfx-next
Date: Wed, 11 Mar 2015 12:02:17 -0700	[thread overview]
Message-ID: <1426100537-5973-1-git-send-email-thellstrom@vmware.com> (raw)

Dave,

The first pull request for 4.1. Mainly Sinclair's screen target work.

The following changes since commit 03be70050c85768e9ce7c0d0887110d1b629e127:

  Merge tag 'topic/drm-misc-2015-03-10' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-03-11 12:15:06 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~thomash 

for you to fetch changes up to 51850be6365084dc3ff6516bb9d89c6d7e3a98f1:

  drm/ttm: Add lockdep annotation to the TTM lock (2015-03-11 11:57:40 -0700)

----------------------------------------------------------------
Sinclair Yeh (4):
      drm/vmwgfx: SVGA device definition update
      drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()
      drm/vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
      drm/vmwgfx: Implement screen targets

Thomas Hellstrom (3):
      drm/vmwgfx: Add an interface to pin a resource v3
      drm/vmwgfx: Add "quirk" to handling command verification exceptions
      drm/ttm: Add lockdep annotation to the TTM lock

 drivers/gpu/drm/ttm/ttm_lock.c              |   73 +-
 drivers/gpu/drm/vmwgfx/Makefile             |    2 +-
 drivers/gpu/drm/vmwgfx/svga3d_reg.h         |   56 +-
 drivers/gpu/drm/vmwgfx/svga3d_surfacedefs.h |   67 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c         |   21 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h         |   52 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c     |   10 +
 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c        |    4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c       |    4 +
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c         |  608 +++---------
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h         |   97 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c         |   45 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c         |    3 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c     |    6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c    |   91 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c        |  433 ++++++++-
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c        | 1360 +++++++++++++++++++++++++++
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c     |  199 ++--
 include/drm/ttm/ttm_lock.h                  |   13 +-
 include/uapi/drm/vmwgfx_drm.h               |    1 +
 20 files changed, 2470 insertions(+), 675 deletions(-)
 create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2015-03-11 19:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11 19:02 Thomas Hellstrom [this message]
2015-04-01 19:33 ` [PULL] vmwgfx-next Thomas Hellstrom
  -- strict thread matches above, loose matches on Subject: below --
2014-12-03  9:01 Thomas Hellstrom
2014-07-04 10:44 Thomas Hellstrom
2014-04-04  6:19 Thomas Hellstrom
2014-03-28 13:35 Thomas Hellstrom

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=1426100537-5973-1-git-send-email-thellstrom@vmware.com \
    --to=thellstrom@vmware.com \
    --cc=airlied@gmail.com \
    --cc=airlied@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-graphics-maintainer@vmware.com \
    --cc=pv-drivers@vmware.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).