gpu: pvr: fix SysGetSGXTimingInformation for cases when the HW is off
authorImre Deak <imre.deak@nokia.com>
Mon, 18 Oct 2010 17:14:25 +0000 (20:14 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:09:42 +0000 (21:09 +0300)
commit339928117314c6f52decb7b1d29a440d3506146b
treed0483f2d112ebfffb39ff58484605b5590c85648
parentd64f3f1b1c5e03092f710fbe3b9bc118d96084c4
gpu: pvr: fix SysGetSGXTimingInformation for cases when the HW is off

This function doesn't do anything that requires the HW to be on, so
remove the assert about it. This will be needed by an upcoming patch,
requiring this information with HW off.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
Reviewed-by: Luc Verhaegen <Luc.Verhaegen@basyskom.de>
pvr/sysutils.c