gpu: pvr: add command tracing support
authorImre Deak <imre.deak@nokia.com>
Fri, 1 Apr 2011 15:10:36 +0000 (18:10 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:43:05 +0000 (21:43 +0300)
commit00539dfaf5ced485693e67776e7b0a0ac40bcfc1
tree01ff947f5286c934a2b20145e2339f7baf464808
parent989d22c0561b3b85c35fb06a85e759ee7ce7c99e
gpu: pvr: add command tracing support

Add a lightweight tracer to track commands submitted by clients. This
can help for example to debug dead-lock situations where command
synchronization counters form a circular dependency.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
Reviewed-by: Luc Verhaegen <libv@codethink.co.uk>
pvr/Kconfig
pvr/Makefile
pvr/pvr_trace_cmd.c [new file with mode: 0644]
pvr/pvr_trace_cmd.h [new file with mode: 0644]