sna: Remove one redundant retire

There is no need to retire immediately after a batch and no indication
that it will be useful.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-12-03 18:02:00 +00:00
parent b99c6b13eb
commit 46c7df8038
1 changed files with 0 additions and 1 deletions

View File

@ -1097,7 +1097,6 @@ void _kgem_submit(struct kgem *kgem)
}
}
kgem_retire(kgem);
kgem_commit(kgem);
if (kgem->wedged)
kgem_cleanup(kgem);