From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH 1/2] drm/i915: Per-process stats work better when evaluated per-process Date: Wed, 19 Mar 2014 10:30:54 -0700 Message-ID: <20140319173054.GB26156@intel.com> References: <20140319065520.GC20605@nuc-i3427.alporthouse.com> <1395236746-15093-1-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 mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 0FBE46F3FB for ; Wed, 19 Mar 2014 10:30:58 -0700 (PDT) Received: by mail-pb0-f49.google.com with SMTP id jt11so9182973pbb.36 for ; Wed, 19 Mar 2014 10:30:57 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1395236746-15093-1-git-send-email-chris@chris-wilson.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Wed, Mar 19, 2014 at 01:45:45PM +0000, Chris Wilson wrote: > The idea of printing objects used by each process is to judge how each > process is using them. This means that we need to evaluate whether the > object is bound for that particular process, rather than just whether it > is bound into the global GTT. > > v2: Restore the non-full-ppgtt path for simplicity as we may not even > create vma with older hardware. > > v3: Tweak handling of global entries and default context entries. > > Signed-off-by: Chris Wilson > Cc: Ben Widawsky Reviewed-by: Ben Widawsky [snip] -- Ben Widawsky, Intel Open Source Technology Center