]> git.baikalelectronics.ru Git - kernel.git/commit
drm/etnaviv: move submit free out of critical section
authorLucas Stach <l.stach@pengutronix.de>
Wed, 29 Nov 2017 13:33:57 +0000 (14:33 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 2 Jan 2018 16:36:28 +0000 (17:36 +0100)
commit44ecdea3b8669b611a0c051d6e282a7a01edeb47
tree991ac33ab8658da1fce0e3b52b716d47aa28f395
parentff0314ef34e8db5a93ed63350b80221dc478e4ff
drm/etnaviv: move submit free out of critical section

There is no need to hold the GPU lock while freeing the submit
object. Only move the retired submits from the GPU active list to
a temporary retire list under the GPU lock.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gpu.c