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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
index 8122d213..55ee5181 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
@@ -343,8 +343,8 @@ gk20a_channel_syncpt_create(struct channel_gk20a *c)
343 return NULL; 343 return NULL;
344 344
345 sp->c = c; 345 sp->c = c;
346 sp->host1x_pdev = to_platform_device(c->g->dev->dev.parent); 346 sp->host1x_pdev = c->g->host1x_dev;
347 sp->id = nvhost_get_syncpt_host_managed(c->g->dev, c->hw_chid); 347 sp->id = nvhost_get_syncpt_host_managed(sp->host1x_pdev, c->hw_chid);
348 348
349 sp->ops.wait_cpu = gk20a_channel_syncpt_wait_cpu; 349 sp->ops.wait_cpu = gk20a_channel_syncpt_wait_cpu;
350 sp->ops.is_expired = gk20a_channel_syncpt_is_expired; 350 sp->ops.is_expired = gk20a_channel_syncpt_is_expired;