commit | 3283ee771c88bdf28d427b7ff0831a13213a812c | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Mon Nov 05 18:12:39 2018 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Nov 06 17:56:37 2018 +0100 |
tree | 917598327ce417cf9f8bffc036e8a76a9936f307 | |
parent | f4163814813fb3f3f6f2fd791429bd41135f1f79 [diff] |
drm/etnaviv: consolidate hardware fence handling in etnaviv_gpu This is the only place in the driver that should have to deal with the raw hardware fences. To avoid any further confusion, consolidate the fence handling in this file and remove any traces of this from the header files. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>