gpu: pvr: move debugfs infrastructure to its own files
authorLuc Verhaegen <libv@codethink.co.uk>
Tue, 22 Mar 2011 11:38:33 +0000 (12:38 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:43:03 +0000 (21:43 +0300)
commit10402355cd26784055cb532aec3e2ce6547f9b56
tree9210189ca59dcb15dff59aa2c9fa53d1998b87c2
parent472dc29ac4eb0e07b126472a0b61ed04f58d02b3
gpu: pvr: move debugfs infrastructure to its own files

pvr_debug.* originally only provided some contrived code (which needs
sanitation) to do debug printing.

Future HW Recovery code will also be using debugfs and it makes sense
to lump all of them together in pvr_debugfs.*

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