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(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel