From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hellstrom Subject: [PULL] ttm-next Date: Fri, 4 Apr 2014 08:08:30 +0200 Message-ID: <1396591710-7367-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 E543C6E013 for ; Thu, 3 Apr 2014 23:08:55 -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, Currently only a single patch fixing up mixed use of the ttm_bo_reserve and ww_mutex APIs. /Thomas 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/ttm-next-2014-04-04 for you to fetch changes up to c75230833ce4fbbfaa257c07b55f97912fb1dc02: drm/ttm: Hide the implementation details of reservation (2014-04-04 08:00:59 +0200) ---------------------------------------------------------------- Pull request of 2014-04-04 ---------------------------------------------------------------- Thomas Hellstrom (1): drm/ttm: Hide the implementation details of reservation drivers/gpu/drm/qxl/qxl_release.c | 2 +- drivers/gpu/drm/ttm/ttm_bo.c | 26 +++++++++--------- drivers/gpu/drm/ttm/ttm_execbuf_util.c | 8 +++--- include/drm/ttm/ttm_bo_driver.h | 47 ++++++++++++++++++++------------ 4 files changed, 47 insertions(+), 36 deletions(-)