Re: [PATCH 18/27] drm/etnaviv: move object unpinning to submit cleanup

2017-12-11 Thread Philipp Zabel
On Fri, 2017-12-01 at 11:36 +0100, Lucas Stach wrote: > This is safe to call in all paths, as the BO_PINNED flag tells us if the BO > needs unpinning. > > Signed-off-by: Lucas Stach Reviewed-by: Philipp Zabel regards Philipp > --- > drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 33 > ++

[PATCH 18/27] drm/etnaviv: move object unpinning to submit cleanup

2017-12-01 Thread Lucas Stach
This is safe to call in all paths, as the BO_PINNED flag tells us if the BO needs unpinning. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 33 ++-- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/drivers/gpu/drm/etnaviv/etna