mbox

[git,pull] vmwgfx-fixes

Message ID 20161017185507.GA33718@promb-2n-dhcp370.eng.vmware.com
State New
Headers show

Pull-request

ssh://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

Message

Sinclair Yeh Oct. 17, 2016, 6:55 p.m. UTC
Hi Dave,

The following changes since commit 90fd68dcf9a763f7e575c8467415bd8a66d073f4:

  drm/udl: fix line iterator in damage handling (2016-09-28 13:29:18 +1000)

are available in the git repository at:

  ssh://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to 862f6157d176c9db5a7ed423245108d9bb3d7038:

  drm/vmwgfx: Adjust checks for null pointers in 13 functions (2016-10-10 13:23:16 -0700)

----------------------------------------------------------------
Baole Ni (1):
      drm/vmwgfx: Replace numeric parameter like 0444 with macro

Charmaine Lee (1):
      drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER command

Chris Wilson (1):
      drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait

Markus Elfring (3):
      drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()
      drm/vmwgfx: Use memdup_user() rather than duplicating its implementation
      drm/vmwgfx: Adjust checks for null pointers in 13 functions

Thomas Hellstrom (4):
      drm/vmwgfx: Allow resource relocations on byte boundaries
      drm/vmwgfx: Remove a leftover debug printout
      drm/vmwgfx: Limit the user-space command buffer size
      drm/vmwgfx: Avoid validating views on view destruction

 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c      |  10 +++----
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h      |   2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c  | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c |   6 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c  |  56 ++++++++++++++++----------------------
 5 files changed, 146 insertions(+), 73 deletions(-)