From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wilson Subject: Re: [PATCH 2/2] drm/i915: Disable page-faults around the fast pwrite/pread paths Date: Mon, 11 Jul 2011 17:51:08 +0100 Message-ID: References: <1310200731-18086-1-git-send-email-chris@chris-wilson.co.uk> <1310200731-18086-2-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id B8BC19EEE3 for ; Mon, 11 Jul 2011 09:51:11 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Keith Packard , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Sat, 09 Jul 2011 15:07:28 -0700, Keith Packard wrote: Non-text part: multipart/signed > On Sat, 09 Jul 2011 22:23:28 +0100, Chris Wilson wrote: > > I can stick some counters in there and find out what the impact actually > > is. On a SNB laptop, so surplus memory and surplus processing power, we don't see that many faults at all whilst messing around with firefox, gitk and a couple of timedemos (padman, openarena): no-prefaulting: pread: shmem fast: 1273764/3395, slow: 0/0 pwrite: sheme fast: 51163148/14554, slow: 23552/9 pwrite: gtt fast: 32744702068/12658489, slow: 29376/10 all-prefaulted: pread: shmem fast: 6081544/5999, slow: 0/0 pwrite: shmem fast: 56867580/15932, slow: 0/0 pwrite: gtt fast: 32976168476/12753355, slow: 0/0 I'll look at a PNV netbook next. -Chris -- Chris Wilson, Intel Open Source Technology Centre