gpu: pvr: pdumpfs: add initial frame handling and debugfs support
authorLuc Verhaegen <libv@codethink.co.uk>
Fri, 11 Mar 2011 14:02:51 +0000 (15:02 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:43:04 +0000 (21:43 +0300)
commit074fdeff5ae8343ca7c11810951a69ddcf8e1250
tree202e6d3a0bb34ca5bbc096db707693d524795b8e
parent754db9924d82a66909c5be719b9cbefcd1e84080
gpu: pvr: pdumpfs: add initial frame handling and debugfs support

This adds the separate handling of the initial frame, and adds
debugfs support for this initial frame.

The initial frame is the frame started when the driver is initialised.
Once userspace flags the first frame, the initial frame is ended, and
a new frame started, but the initial frame is not part of the stream
list. The initial frame therefor does not get culled as part of
standard frame culling and is kept around for the life of the driver.

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