dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] vmwgfx-fixes-3.14
@ 2014-03-02 10:04 Thomas Hellstrom
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Hellstrom @ 2014-03-02 10:04 UTC (permalink / raw)
  To: airlied, airlied
  Cc: pv-drivers, Thomas Hellstrom, linux-graphics-maintainer,
	dri-devel

Dave,

A couple of minor fixes.

The following changes since commit b0447888dc29f4fb91c3b3b02e3f1f0bfc6e1222:

  MAINTAINERS: update drm git tree entry (2014-02-27 14:49:55 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~thomash/linux tags/vmwgfx-fixes-3.14-2014-03-02

for you to fetch changes up to 6950e23e54b1c94abf8c60c1ddfac79133d41de2:

  drm/vmwgfx: avoid null pointer dereference at failure paths (2014-03-02 09:49:59 +0100)

----------------------------------------------------------------
Pull request of 2014-03-02

----------------------------------------------------------------
Alexey Khoroshilov (1):
      drm/vmwgfx: avoid null pointer dereference at failure paths

Thomas Hellstrom (2):
      drm/vmwgfx: Remove some unused surface formats
      drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date.

 drivers/gpu/drm/vmwgfx/svga3d_reg.h      |    7 +-----
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h      |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c      |   35 ++++++++++++++++--------------
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c |    3 +--
 4 files changed, 22 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PULL] vmwgfx-fixes-3.14
@ 2014-03-13  7:06 Thomas Hellstrom
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Hellstrom @ 2014-03-13  7:06 UTC (permalink / raw)
  To: airlied, airlied
  Cc: pv-drivers, Thomas Hellstrom, linux-graphics-maintainer,
	dri-devel

Dave,
A single fix for the new device code.

The following changes since commit 45db98e54242f3ae94bdcfbfe754e743252eb168:

  Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2014-03-07 09:27:22 +1000)

are available in the git repository at:


  git://people.freedesktop.org/~thomash/linux tags/vmwgfx-fixes-3.14-2014-03-13

for you to fetch changes up to 4b0c82529b92cda4723cf1d09e1e2ee9b9ae96f1:

  drm/vmwgfx: Fix a surface reference corner-case in legacy emulation mode (2014-03-13 07:51:32 +0100)

----------------------------------------------------------------
Pull request of 2014-03-13

----------------------------------------------------------------
Thomas Hellstrom (1):
      drm/vmwgfx: Fix a surface reference corner-case in legacy emulation mode

 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PULL] vmwgfx-fixes-3.14
@ 2014-02-18 12:51 Thomas Hellstrom
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Hellstrom @ 2014-02-18 12:51 UTC (permalink / raw)
  To: airlied, airlied
  Cc: pv-drivers, Thomas Hellstrom, linux-graphics-maintainer,
	dri-devel

Dave,

Nothing special. The biggest change is adding a couple of command defines and
packing the command data correctly.

Thanks,
/Thomas


The following changes since commit 7c4c62a04a2a80e3feb5d6c97aca1e413b11c790:

  drm/radeon: allow geom rings to be setup on r600/r700 (v2) (2014-02-06 12:13:52 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~thomash/linux tags/vmwgfx-fixes-3.14-2014-02-18

for you to fetch changes up to 36e952c1ed8ca44bca245c465c8293e175dd9222:

  drm/vmwgfx: Fix command defines and checks (2014-02-12 19:31:45 +0100)

----------------------------------------------------------------
Pull request of 2014-02-18.

----------------------------------------------------------------
Charmaine Lee (1):
      drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE

Dan Carpenter (1):
      drm/vmwgfx: unlock on error path in vmw_execbuf_process()

Thomas Hellstrom (4):
      drm/vmwgfx: Fix a couple of sparse warnings and errors
      drm/vmwgfx: Remove stray const
      drm/vmwgfx: Fix possible integer overflow
      drm/vmwgfx: Fix command defines and checks

 drivers/gpu/drm/vmwgfx/svga3d_reg.h         |  122 ++++++++++++++++-----------
 drivers/gpu/drm/vmwgfx/svga3d_surfacedefs.h |   11 ++-
 drivers/gpu/drm/vmwgfx/svga_reg.h           |    9 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_context.c     |    9 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c         |    3 +
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h         |    1 +
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c     |    9 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c       |    3 +
 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c      |   16 ++--
 include/uapi/drm/vmwgfx_drm.h               |    1 +
 10 files changed, 113 insertions(+), 71 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-13  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02 10:04 [PULL] vmwgfx-fixes-3.14 Thomas Hellstrom
  -- strict thread matches above, loose matches on Subject: below --
2014-03-13  7:06 Thomas Hellstrom
2014-02-18 12:51 Thomas Hellstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox