dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Hellstrom <thellstrom@vmware.com>
To: brianp@vmware.com, charmainel@vmware.com, syeh@vmware.com,
	airlied@gmail.com, airlied@redhat.com
Cc: mks-hackers@vmware.com, pv-drivers@vmware.com,
	Thomas Hellstrom <thellstrom@vmware.com>,
	linux-graphics-maintainer@vmware.com,
	dri-devel@lists.freedesktop.org
Subject: [git pull] vmwgfx-next gl3 support
Date: Fri, 14 Aug 2015 04:57:07 -0700	[thread overview]
Message-ID: <1439553427-6144-1-git-send-email-thellstrom@vmware.com> (raw)

Hi, Dave.
This pull request is on top of the earlier vmwgfx pull request
(sent out 15-08-06)

A couple of fixes from the previous pull request as well as gl3 support.
There is one drm core change, an export of a previously private function.

The following changes since commit 6a5278ee34e7fd4b051fd107a94a099778458d8c:

  drm/vmwgfx: Fix an uninitialized value (2015-08-05 14:01:12 +0200)

are available in the git repository at:

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

for you to fetch changes up to 54fbde8a94a8a78547597215c9e4be590d075ee0:

  drm/vmwgfx: Fix copyright headers (2015-08-12 10:06:56 -0700)

----------------------------------------------------------------
Charmaine Lee (1):
      drm/vmwgfx: Command parser fixes for DX

Neha Bhende (1):
      drm/vmwgfx: Add command parser support for a couple of DX commands

Sinclair Yeh (5):
      drm/vmwgfx: Fixed topology boundary checking for Screen Targets
      drm/vmwgfx: Fix crash when unloading vmwgfx v2
      drm/vmwgfx: Update device includes for DX device functionality
      drm/vmwgfx: Add DX query support. Various fixes.
      drm/vmwgfx: Fix copyright headers

Thomas Hellstrom (3):
      drm/vmwgfx: Fix framebuffer creation on older hardware
      drm: export the DRM permission check code
      drm/vmwgfx: Initial DX support

 drivers/gpu/drm/drm_ioctl.c                        |    3 +-
 drivers/gpu/drm/vmwgfx/Makefile                    |    1 +
 .../gpu/drm/vmwgfx/device_include/includeCheck.h   |    3 +
 .../gpu/drm/vmwgfx/device_include/svga3d_caps.h    |  110 +
 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h | 2071 +++++++++++++++
 .../gpu/drm/vmwgfx/device_include/svga3d_devcaps.h |  457 ++++
 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h  | 1487 +++++++++++
 .../gpu/drm/vmwgfx/device_include/svga3d_limits.h  |   99 +
 drivers/gpu/drm/vmwgfx/device_include/svga3d_reg.h |   50 +
 .../drm/vmwgfx/device_include/svga3d_surfacedefs.h | 1204 +++++++++
 .../gpu/drm/vmwgfx/device_include/svga3d_types.h   | 1633 ++++++++++++
 .../drm/vmwgfx/{ => device_include}/svga_escape.h  |    2 +-
 .../drm/vmwgfx/{ => device_include}/svga_overlay.h |   10 +-
 .../gpu/drm/vmwgfx/{ => device_include}/svga_reg.h |  499 ++--
 drivers/gpu/drm/vmwgfx/device_include/svga_types.h |   46 +
 .../gpu/drm/vmwgfx/device_include/vm_basic_types.h |   21 +
 .../drm/vmwgfx/device_include/vmware_pack_begin.h  |   25 +
 .../drm/vmwgfx/device_include/vmware_pack_end.h    |   25 +
 drivers/gpu/drm/vmwgfx/svga3d_reg.h                | 2675 --------------------
 drivers/gpu/drm/vmwgfx/svga3d_surfacedefs.h        |  973 -------
 drivers/gpu/drm/vmwgfx/svga_types.h                |   48 -
 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c            | 1294 ++++++++++
 drivers/gpu/drm/vmwgfx/vmwgfx_binding.h            |  209 ++
 drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c             |   11 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c             |    7 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c         |   26 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_context.c            |  764 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c            |  662 +++++
 drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c             |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c                |   76 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h                |  191 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c            | 1955 ++++++++++++--
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c                 |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c              |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.h              |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c               |   33 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c                |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c              |    6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c                |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c                |   92 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h                |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c                |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c                |  171 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c            |    6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_reg.h                |    6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c           |  151 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h      |   14 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c               |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c             |  486 +++-
 drivers/gpu/drm/vmwgfx/vmwgfx_so.c                 |  555 ++++
 drivers/gpu/drm/vmwgfx/vmwgfx_so.h                 |  160 ++
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c               |    5 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c            |  114 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c           |    2 +-
 include/drm/drmP.h                                 |    1 +
 include/uapi/drm/vmwgfx_drm.h                      |   37 +-
 56 files changed, 13631 insertions(+), 4863 deletions(-)
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/includeCheck.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga3d_caps.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga3d_limits.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga3d_reg.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h
 rename drivers/gpu/drm/vmwgfx/{ => device_include}/svga_escape.h (97%)
 rename drivers/gpu/drm/vmwgfx/{ => device_include}/svga_overlay.h (96%)
 rename drivers/gpu/drm/vmwgfx/{ => device_include}/svga_reg.h (84%)
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/svga_types.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/vmware_pack_begin.h
 create mode 100644 drivers/gpu/drm/vmwgfx/device_include/vmware_pack_end.h
 delete mode 100644 drivers/gpu/drm/vmwgfx/svga3d_reg.h
 delete mode 100644 drivers/gpu/drm/vmwgfx/svga3d_surfacedefs.h
 delete mode 100644 drivers/gpu/drm/vmwgfx/svga_types.h
 create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c
 create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_binding.h
 create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c
 create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_so.c
 create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_so.h
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

                 reply	other threads:[~2015-08-14 11:57 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=1439553427-6144-1-git-send-email-thellstrom@vmware.com \
    --to=thellstrom@vmware.com \
    --cc=airlied@gmail.com \
    --cc=airlied@redhat.com \
    --cc=brianp@vmware.com \
    --cc=charmainel@vmware.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-graphics-maintainer@vmware.com \
    --cc=mks-hackers@vmware.com \
    --cc=pv-drivers@vmware.com \
    --cc=syeh@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