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

Move code over from sgxinit.c, and dump status buffers in binary format
to a debugfs file instead of sending it as %08X's to syslog.

Shares process info from the top level now, instead of acquiring this
information several times. This now also prints the caller of the
HWRecovery routine.

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/sgxinfokm.h
pvr/sgxinit.c