commit | ed71f1b48e95408d0b3ded014a15fb9d52ac5a86 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 19 20:36:56 2013 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 25 15:22:07 2013 +0200 |
tree | fdb9503542836b76b9553762f4c466bce41242da | |
parent | a7f31ee0b00203fcf47fb74a1d61a1c9be8d142e [diff] |
drm/i915: Convert the register access tracepoint to be conditional The TRACE_EVENT_CONDITION is supposed to generate more efficient code than if (cond) trace(), which is what we are currently using inside the register access functions. v2: Rebase onto uncore Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>