Skip to content
Commit 9d34e5db authored by Chris Wilson's avatar Chris Wilson
Browse files

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: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent 8f0dc5bf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment