]> git.baikalelectronics.ru Git - kernel.git/commit
drm/etnaviv: don't put fence in case of submit failure
authorLucas Stach <l.stach@pengutronix.de>
Fri, 28 Apr 2017 15:30:52 +0000 (17:30 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Fri, 5 May 2017 15:12:34 +0000 (17:12 +0200)
commit6c09484d5882e27c5db205d78aa7da5bbb702dff
treec8ff25f27b1bef69b60ac34d3304088631936a79
parent5b5114d4a0845eeb269b95c159467efa83269420
drm/etnaviv: don't put fence in case of submit failure

If we bail out of the submit before actually adding the cmdstream
to the kernel ring there is no valid fence to put. Make sure to skip
the fence_put in that case.

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