gpu: pvr: remove unnecessary udelay from the HW poll loop
authorImre Deak <imre.deak@nokia.com>
Mon, 4 Oct 2010 13:36:52 +0000 (16:36 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:09:42 +0000 (21:09 +0300)
commit2c0f08f5b955666f945a2cd275e66c8d24a427d0
tree7b55b26bdcc3207c38368b5d1bbada58aad5de4c
parent13fafea8948a8570a2f422cfa7b47461059fc4bd
gpu: pvr: remove unnecessary udelay from the HW poll loop

At the moment the HW polling loop does a 50 usec delay between
each reading of the HW flag in question. Since this delay is no
worse than just reading the HW flag continuously, get rid of it.

This will reduce the wait time from 50 usec to 25 usec in the
general case.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
pvr/pvrsrv.c