Re: [PATCH 19/27] drm/etnaviv: move ww_acquire_ctx out of submit object

2017-12-15 Thread Philipp Zabel
On Fri, 2017-12-01 at 11:36 +0100, Lucas Stach wrote: > The acquire_ctx is special in that it needs to be released from the same > thread as has been used to initialize it. This collides with the intention to > extend the submit lifetime beyond the gem_submit function with potentially > other threa

[PATCH 19/27] drm/etnaviv: move ww_acquire_ctx out of submit object

2017-12-01 Thread Lucas Stach
The acquire_ctx is special in that it needs to be released from the same thread as has been used to initialize it. This collides with the intention to extend the submit lifetime beyond the gem_submit function with potentially other threads doing the final cleanup. Move the ww_acquire_ctx to the fu