Re: [PATCH 07/27] drm/etnaviv: remove -EAGAIN handling from submit path

2017-12-01 Thread Philipp Zabel
On Fri, 2017-12-01 at 11:36 +0100, Lucas Stach wrote: > 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 Reviewed-by: Philipp Zabel

[PATCH 07/27] drm/etnaviv: remove -EAGAIN handling from submit path

2017-12-01 Thread Lucas Stach
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 --- drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 8 1 file changed, 8 deletions(-