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: Thomas Hellstrom <thellstrom@vmware.com>,
	linux-graphics-maintainer@gmail.com,
	dri-devel@lists.freedesktop.org
Subject: [PULL] vmwgfx-next-160520
Date: Fri, 20 May 2016 18:49:34 +0200	[thread overview]
Message-ID: <1463762974-2731-1-git-send-email-thellstrom@vmware.com> (raw)

From: "Thomas Hellstrom" <thellstrom@vmware.com>

Dave,

Small changes, One lockdep warning fix for 4.6,
and a host logging infrastructure.

The following changes since commit 7c10ddf87472c07eabc206e273dc59f77c700858:

  Merge branch 'drm-uapi-extern-c-fixes' of https://github.com/evelikov/linux into drm-next (2016-05-17 16:34:43 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~thomash/linux tags/vmwgfx-next-160520

for you to fetch changes up to f921791314811afa00bb7fbbd40f51bd3b8eff01:

  drm/vmwgfx: Report vmwgfx version to vmware.log (2016-05-20 17:40:07 +0200)

----------------------------------------------------------------
Pull request of 2016-05-20

----------------------------------------------------------------
Sinclair Yeh (2):
      drm/vmwgfx: Add VMWare host messaging capability
      drm/vmwgfx: Report vmwgfx version to vmware.log

Thomas Hellstrom (1):
      drm/vmwgfx: Kill some lockdep warnings

 drivers/gpu/drm/vmwgfx/Makefile      |   2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c  |  20 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h  |   7 +
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c  |  27 ++-
 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c  | 416 +++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/vmwgfx/vmwgfx_msg.h  | 191 ++++++++++++++++
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c |   3 +
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c |   3 +
 8 files changed, 653 insertions(+), 16 deletions(-)
 create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
 create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_msg.h
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

                 reply	other threads:[~2016-05-20 16:50 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=1463762974-2731-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@gmail.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).