From: Chris Wilson Date: Wed, 23 Sep 2009 23:43:17 +0000 (+0100) Subject: drm/i915: batch submit seqno off-by-one. X-Git-Tag: v2.6.32-rc4~21^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0dc5bf17dfd947bf7b2cd07a8b1f43e72fb750;p=pandora-kernel.git drm/i915: batch submit seqno off-by-one. We increment the seqno number between submitting the batch buffer and the flush/interrupt that demarcates its end, so the tracepoint needs to reference the incremented value to match the completion event. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed