summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/nvhost_cdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/nvhost_cdma.c')
-rw-r--r--drivers/video/tegra/host/nvhost_cdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/nvhost_cdma.c b/drivers/video/tegra/host/nvhost_cdma.c
index f320fada6a96..0fe0e18e65b5 100644
--- a/drivers/video/tegra/host/nvhost_cdma.c
+++ b/drivers/video/tegra/host/nvhost_cdma.c
@@ -540,7 +540,7 @@ void nvhost_cdma_update_sync_queue(struct nvhost_cdma *cdma,
/* safe to use CPU to incr syncpts */
cdma_op(cdma).timeout_cpu_incr(cdma, first_get,
- syncpt_incrs, nr_slots);
+ syncpt_incrs, sync[SQ_IDX_SYNCPT_VAL], nr_slots);
syncpt_val += syncpt_incrs;
sync = advance_next_entry(cdma, sync);
}