gpu: pvr: no need to check for retry failures in PVRSRVMISR
authorImre Deak <imre.deak@nokia.com>
Mon, 5 Apr 2010 22:03:48 +0000 (01:03 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:09:41 +0000 (21:09 +0300)
commitee4952a572df45f955e0ea950fe6dac6c322560c
tree7f059e6a700c56f315246600ae7fb6c173fc0cf4
parent8357792e094448f06c18fbc2d6dd5c472255b03b
gpu: pvr: no need to check for retry failures in PVRSRVMISR

ProcessQueues can't fail any more with a 'retry' error, so checking for
this is not needed. Previously ProcessQueues could fail if sQProcessResource
is locked by someone else. Since sQProcessResource is removed by a previous
change in this patchset that race condition can't happen.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
CC: Mark Underwood <mark.underwood@imgtec.com>
CC: Mark Riding <mark.riding@imgtec.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@nokia.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@nokia.com>
pvr/pvrsrv.c