commit | 657314b7a5d16961e7e0ecdae4a59d28123e74c0 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Apr 28 17:30:52 2017 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Fri May 05 17:12:34 2017 +0200 |
tree | c8ff25f27b1bef69b60ac34d3304088631936a79 | |
parent | 8b03d1ed2c43a2ba5ef3381322ee4515b97381bf [diff] |
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>