From: Chris Wilson Date: Mon, 23 Sep 2013 20:33:19 +0000 (-0300) Subject: drm/i915: Move the conditional seqno query into the tracepoint X-Git-Tag: v3.13-rc1~76^2~80^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=814e9b57c0cb56ef1f56c3099f130a3e5373564e;p=pandora-kernel.git drm/i915: Move the conditional seqno query into the tracepoint We only wish to know the value of seqno when emitting the tracepoint, so move the query from a parameter to the macro to inside the conditional macro body so that the query is only evaluated when required. Signed-off-by: Chris Wilson Signed-off-by: Rodrigo Vivi Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed