commit | 2e3a2dda2515cc85b8600e3d8a20d1d4a9100ebd | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Wed Nov 29 14:33:57 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Jan 02 17:36:28 2018 +0100 |
tree | 991ac33ab8658da1fce0e3b52b716d47aa28f395 | |
parent | a7cfa565d48ff08f7df95d59c963ce1381526c30 [diff] |
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>