Home
last modified time | relevance | path

Searched hist:"9 d34e5db07303c9609053e2e651aa6d1fc74e923" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_trace.hdiff 9d34e5db07303c9609053e2e651aa6d1fc74e923 Wed Sep 23 23:26:06 CDT 2009 Chris Wilson <chris@chris-wilson.co.uk> 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 <chris@chris-wilson.co.uk>
H A Di915_irq.cdiff 9d34e5db07303c9609053e2e651aa6d1fc74e923 Wed Sep 23 23:26:06 CDT 2009 Chris Wilson <chris@chris-wilson.co.uk> 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 <chris@chris-wilson.co.uk>
H A Di915_gem.cdiff 9d34e5db07303c9609053e2e651aa6d1fc74e923 Wed Sep 23 23:26:06 CDT 2009 Chris Wilson <chris@chris-wilson.co.uk> 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 <chris@chris-wilson.co.uk>
H A Di915_drv.hdiff 9d34e5db07303c9609053e2e651aa6d1fc74e923 Wed Sep 23 23:26:06 CDT 2009 Chris Wilson <chris@chris-wilson.co.uk> 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 <chris@chris-wilson.co.uk>