summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fence_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
index 140f5488..e0eb09b6 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
@@ -33,7 +33,7 @@ struct gk20a_fence {
33 33
34 /* Valid for all fence types: */ 34 /* Valid for all fence types: */
35 bool valid; 35 bool valid;
36 struct kref ref; 36 struct nvgpu_ref ref;
37 bool wfi; 37 bool wfi;
38 struct sync_fence *sync_fence; 38 struct sync_fence *sync_fence;
39 const struct gk20a_fence_ops *ops; 39 const struct gk20a_fence_ops *ops;