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:45:12 -0800 Message-ID: <1383745512-4530-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 9EA43EFE0F for ; Wed, 6 Nov 2013 05:45:24 -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 requst for TTM. - A couple of fixes that never made it into fixes-3.12 - Make NO_EVICT bo's available for shrinkers when on delayed-delete list - Allow retrying page-faults that need to wait for GPU. /Thomas 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 ttm-next-3.13 for you to fetch changes up to 59c8e66378fb78adbcd05f0d09783dde6fef282b: drm/ttm: Fix memory type compatibility check (2013-11-06 04:36:22 -0800) ---------------------------------------------------------------- Jakob Bornecrantz (1): drm/ttm: Handle in-memory region copies Thomas Hellstrom (4): drm/ttm: Allow vm fault retries drm/ttm: Make NO_EVICT bos available to shrinkers pending destruction drm/ttm: Fix ttm_bo_move_memcpy drm/ttm: Fix memory type compatibility check drivers/gpu/drm/ttm/ttm_bo.c | 46 +++++++++++++++++++-------- drivers/gpu/drm/ttm/ttm_bo_util.c | 30 +++++++++++------- drivers/gpu/drm/ttm/ttm_bo_vm.c | 62 ++++++++++++++++++++++++++++++------- 3 files changed, 102 insertions(+), 36 deletions(-)