commit | e0329e6cfa6274ceb54d175b5e6ac19c00024c33 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Nov 24 11:36:03 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Jan 02 17:31:31 2018 +0100 |
tree | 61f286acee5eb8fb92c6b48f31159c3d1e994d03 | |
parent | 08301d73f27d59e2ac45411ed7bb2235d68190db [diff] |
drm/etnaviv: refcount the submit object The submit object lifetime will get extended to the actual GPU execution. As multiple users will depend on this, add a kref to properly control destruction of the object. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>