Re: [PATCH v2 1/8] drm/etnaviv: simplify unbind checks

2019-08-02 Thread Guido Günther
Hi, On Fri, Jul 05, 2019 at 07:17:20PM +0200, Lucas Stach wrote: > Remember if the GPU has been sucessfully initialized. Only in that case > do we need to clean up various structures in the unbind path. If the > GPU hasn't been sucessfully initialized all the cleanups should happen > in the

Re: [PATCH v2 1/8] drm/etnaviv: simplify unbind checks

2019-07-24 Thread Philipp Zabel
On Fri, 2019-07-05 at 19:17 +0200, Lucas Stach wrote: > Remember if the GPU has been sucessfully initialized. Only in that case > do we need to clean up various structures in the unbind path. If the > GPU hasn't been sucessfully initialized all the cleanups should happen > in the failure paths of

[PATCH v2 1/8] drm/etnaviv: simplify unbind checks

2019-07-05 Thread Lucas Stach
Remember if the GPU has been sucessfully initialized. Only in that case do we need to clean up various structures in the unbind path. If the GPU hasn't been sucessfully initialized all the cleanups should happen in the failure paths of the init function. Signed-off-by: Lucas Stach ---