From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hellstrom Subject: [PULL] vmwgfx-fixes-3.14 Date: Sun, 2 Mar 2014 11:04:49 +0100 Message-ID: <1393754689-8622-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-2.vmware.com (smtp-outbound-2.vmware.com [208.91.2.13]) by gabe.freedesktop.org (Postfix) with ESMTP id D19A5FAC20 for ; Sun, 2 Mar 2014 02:05:18 -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@gmail.com, airlied@redhat.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, 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(-)