drm/etnaviv: consolidate hardware fence handling in etnaviv_gpu
authorLucas Stach <l.stach@pengutronix.de>
Mon, 5 Nov 2018 17:12:39 +0000 (18:12 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 6 Nov 2018 16:56:37 +0000 (17:56 +0100)
commit3283ee771c88bdf28d427b7ff0831a13213a812c
tree917598327ce417cf9f8bffc036e8a76a9936f307
parentf4163814813fb3f3f6f2fd791429bd41135f1f79
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>
drivers/gpu/drm/etnaviv/etnaviv_drv.h
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
drivers/gpu/drm/etnaviv/etnaviv_gpu.h