drm/etnaviv: remove -EAGAIN handling from submit path
authorLucas Stach <l.stach@pengutronix.de>
Fri, 17 Nov 2017 13:24:34 +0000 (14:24 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 2 Jan 2018 16:15:13 +0000 (17:15 +0100)
commitb7b17e5cec541f58131f4a7963bbe3448f0a9c00
tree51bce296fbc22147caf5f62fdac9fbfab7e7c22f
parentb2295c247c95b1a793eb700eef28a0f81ca1556e
drm/etnaviv: remove -EAGAIN handling from submit path

Now that the userptr BO handling doesn't rely on the userspace restarting
the submit after object population, there is no need to special case the
-EAGAIN return value anymore.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c