From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hellstrom Subject: [PULL] vmwgfx vmwgfx-next-3.13 Date: Wed, 6 Nov 2013 05:33:09 -0800 Message-ID: <1383744789-4388-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 4E46A380E4 for ; Wed, 6 Nov 2013 05:33:35 -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: Thomas Hellstrom , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Hi, Dave Pull request for vmwgfx. Currently just the DMA address stuff. The following changes since commit 4695b03970df378dcb93fe3e7158381f1e980fa2: qxl: add a connector property to denote hotplug should rescan modes. (2013-11-06 15:23:26 +1000) are available in the git repository at: git://people.freedesktop.org/~thomash/linux vmwgfx-next-3.13 for you to fetch changes up to d92d985177c495aab53c7167f310a7efb1853918: drm/vmwgfx: Use the linux DMA api to get valid device addresses of pages (2013-11-06 03:57:16 -0800) ---------------------------------------------------------------- Thomas Hellstrom (2): drm/ttm: Enable the dma page pool also for intel IOMMUs drm/vmwgfx: Use the linux DMA api to get valid device addresses of pages drivers/gpu/drm/ttm/Makefile | 6 +- drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 3 + drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c | 379 ++++++++++++++++++++++++++++-- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 87 ++++++- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 98 +++++++- drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c | 150 ++++++------ include/drm/ttm/ttm_page_alloc.h | 11 +- 7 files changed, 634 insertions(+), 100 deletions(-)