drm/i915: POSTING_READs are simply flushes and so irrelevant to tracing
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 8 Nov 2010 21:07:24 +0000 (21:07 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 8 Nov 2010 21:09:52 +0000 (21:09 +0000)
As we use POSTING_READ to flush the write to the register before
proceeding, we do not care what the return value is and similar we do
not care for the read to be recorded whilst tracing register
read/writes.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found