gpu: pvr: pdump: remove param offset handling
authorLuc Verhaegen <libv@codethink.co.uk>
Fri, 11 Mar 2011 14:02:34 +0000 (15:02 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:43:03 +0000 (21:43 +0300)
commitdcb5d053f1162b551b655d77e704a9648e2457f5
tree8508e66df5f5fe26eb628cb44acec7c6657dfe57
parenta8d797164092a84242908221424cdb232796f29e
gpu: pvr: pdump: remove param offset handling

Currently, we are not storing any data, but in future, we will be
storing both script and param to the same stream. This removes the
need to reference the param stream from the script stream, and the
logical issues that arise from this, especially in light of frame
based storage, with frame culling happening.

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