From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hellstrom Subject: [PULL] vmwgfx-fixes-3.14 Date: Tue, 18 Feb 2014 13:51:29 +0100 Message-ID: <1392727889-9912-1-git-send-email-thellstrom@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-outbound-1.vmware.com (smtp-outbound-1.vmware.com [208.91.2.12]) by gabe.freedesktop.org (Postfix) with ESMTP id 15781FAAA9 for ; Tue, 18 Feb 2014 04:51:49 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: airlied@redhat.com, airlied@gmail.com Cc: pv-drivers@vmware.com, Thomas Hellstrom , linux-graphics-maintainer@vmware.com, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org 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(-)