aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv/etnaviv_gpu.h
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2018-11-05 18:12:38 +0100
committerLucas Stach <l.stach@pengutronix.de>2018-11-06 17:56:07 +0100
commitf4163814813fb3f3f6f2fd791429bd41135f1f79 (patch)
tree8baea12da999ff9f0e83b514a94c0c648cc37976 /drivers/gpu/drm/etnaviv/etnaviv_gpu.h
parentdrm/etnaviv: fix bogus fence complete check in timeout handler (diff)
downloadlinux-dev-f4163814813fb3f3f6f2fd791429bd41135f1f79.tar.xz
linux-dev-f4163814813fb3f3f6f2fd791429bd41135f1f79.zip
drm/etnaviv: kill active fence tracking
There is no need to track the currently active fence. The GPU scheduler keeps track of all the in-flight jobs. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/etnaviv/etnaviv_gpu.h')
-rw-r--r--drivers/gpu/drm/etnaviv/etnaviv_gpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.h b/drivers/gpu/drm/etnaviv/etnaviv_gpu.h
index 9a75a6937268..abea0c34675c 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_gpu.h
+++ b/drivers/gpu/drm/etnaviv/etnaviv_gpu.h
@@ -121,7 +121,6 @@ struct etnaviv_gpu {
struct mutex fence_lock;
struct idr fence_idr;
u32 next_fence;
- u32 active_fence;
u32 completed_fence;
wait_queue_head_t fence_event;
u64 fence_context;