From: Chris Wilson Date: Thu, 24 Sep 2009 04:26:06 +0000 (+0100) Subject: drm/i915: Enable irq to trace batch buffer completion. X-Git-Tag: v2.6.32-rc4~21^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d34e5db07303c9609053e2e651aa6d1fc74e923;p=pandora-kernel.git drm/i915: Enable irq to trace batch buffer completion. If we trigger a tracepoint for batch buffer submission, it is a reasonable assumption that we wish to also trace the batch buffer completion. So in order to capture the completion events, we need to enable irqs... However, we cannot rely on the completion event to disable the irq later, so we defer the irq disable to the retire request. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed