From: Chris Wilson Date: Wed, 19 Mar 2014 13:45:45 +0000 (+0000) Subject: drm/i915: Per-process stats work better when evaluated per-process X-Git-Tag: v3.15-rc1~51^2~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6313c20490c8ae32ffb40f45c60734db53ca85ea;p=pandora-kernel.git drm/i915: Per-process stats work better when evaluated per-process 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed