From: Chris Wilson Date: Fri, 19 Jul 2013 19:36:56 +0000 (+0100) Subject: drm/i915: Convert the register access tracepoint to be conditional X-Git-Tag: v3.12-rc1~136^2~129^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed71f1b48e95408d0b3ded014a15fb9d52ac5a86;p=pandora-kernel.git drm/i915: Convert the register access tracepoint to be conditional The TRACE_EVENT_CONDITION is supposed to generate more efficient code than if (cond) trace(), which is what we are currently using inside the register access functions. v2: Rebase onto uncore Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed