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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
index c479f359..140f5488 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
@@ -43,7 +43,7 @@ struct gk20a_fence {
43 struct nvgpu_cond *semaphore_wq; 43 struct nvgpu_cond *semaphore_wq;
44 44
45 /* Valid for fences created from syncpoints: */ 45 /* Valid for fences created from syncpoints: */
46 struct platform_device *host1x_pdev; 46 struct nvgpu_nvhost_dev *nvhost_dev;
47 u32 syncpt_id; 47 u32 syncpt_id;
48 u32 syncpt_value; 48 u32 syncpt_value;
49 49
@@ -62,7 +62,7 @@ int gk20a_fence_from_semaphore(
62 62
63int gk20a_fence_from_syncpt( 63int gk20a_fence_from_syncpt(
64 struct gk20a_fence *fence_out, 64 struct gk20a_fence *fence_out,
65 struct platform_device *host1x_pdev, 65 struct nvgpu_nvhost_dev *nvhost_dev,
66 u32 id, u32 value, bool wfi, 66 u32 id, u32 value, bool wfi,
67 bool need_sync_fence); 67 bool need_sync_fence);
68 68