summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
index 9f9c3ba7..291036db 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
@@ -329,7 +329,7 @@ gk20a_channel_syncpt_create(struct channel_gk20a *c)
329 329
330 sp->c = c; 330 sp->c = c;
331 sp->host1x_pdev = to_platform_device(c->g->dev->dev.parent); 331 sp->host1x_pdev = to_platform_device(c->g->dev->dev.parent);
332 sp->id = nvhost_get_syncpt_host_managed(sp->host1x_pdev, c->hw_chid); 332 sp->id = nvhost_get_syncpt_host_managed(c->g->dev, c->hw_chid);
333 333
334 sp->ops.wait_cpu = gk20a_channel_syncpt_wait_cpu; 334 sp->ops.wait_cpu = gk20a_channel_syncpt_wait_cpu;
335 sp->ops.is_expired = gk20a_channel_syncpt_is_expired; 335 sp->ops.is_expired = gk20a_channel_syncpt_is_expired;