From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hellstrom Subject: [PULL] vmwgfx-next Date: Fri, 4 Apr 2014 08:19:16 +0200 Message-ID: <1396592356-7532-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 A5E5A6EC22 for ; Thu, 3 Apr 2014 23:19:36 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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, The second vmwgfx pull request for the 3.15 merge window. Contains a fbdev fix by Christopher Friedt, one fix for a locking order violation introduced in 3.14 (hit when using queries) and finally a removal of the DRM_AUTH requirement around some vmwgfx IOCTLS where the caller is already required to have an open handle to the object. The following changes since commit 2844ea3f252331cc0ecf3ae74f6226db2f580f8a: Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux into drm-next (2014-04-02 12:09:09 +1000) are available in the git repository at: git://people.freedesktop.org/~thomash/linux tags/vmwgfx-next-2014-04-04 for you to fetch changes up to aa6de142c901cd2d90ef08db30ae87da214bedcc: drm/vmwgfx: correct fb_fix_screeninfo.line_length (2014-04-03 09:34:06 +0200) ---------------------------------------------------------------- Pull request of 2014-04-04 ---------------------------------------------------------------- Christopher Friedt (1): drm/vmwgfx: correct fb_fix_screeninfo.line_length Thomas Hellstrom (2): drm/vmwgfx: Fix query buffer locking order violation drm/vmwgfx: Remove authorization requirements around some more ioctls drivers/gpu/drm/vmwgfx/vmwgfx_context.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 6 +++--- drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-)