gpu: pvr: debugfs: add initial hwrec dumping infrastructure
authorLuc Verhaegen <libv@codethink.co.uk>
Tue, 22 Mar 2011 11:38:34 +0000 (12:38 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:43:03 +0000 (21:43 +0300)
commit79e6a6967b25b1dd247941bdc9e1ad7561dbb2f9
tree4c5504bf7375ebfd3bf20e94c5e5857904f1ab8e
parent10402355cd26784055cb532aec3e2ce6547f9b56
gpu: pvr: debugfs: add initial hwrec dumping infrastructure

Currently contains hwrec_event and hwrec_time.

hwrec_event blocks the reader until a hwrec event happens. This allows
a simple shell application to sleep until a hwrec happens.

hwrec_time contains a timestamp to enable a simple shell application
to create unique dumps.

Signed-off-by: Luc Verhaegen <libv@codethink.co.uk>
Signed-off-by: Imre Deak <imre.deak@nokia.com>
pvr/pvr_debugfs.c
pvr/pvr_debugfs.h
pvr/sgxinit.c