summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/host1x
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2012-01-30 13:37:07 +0200
committerLokesh Pathak <lpathak@nvidia.com>2012-02-22 22:15:41 -0800
commit304ea342746da8db6926bb5a84e9d570c7462107 (patch)
tree4f1cddbad6a7be2c1ccfacf1cbabf262a8ad5970 /drivers/video/tegra/host/host1x
parent73dd1497bd101d10a3dd980915a8d3899d8ba5c4 (diff)
video: tegra: host: Change sync queue to a list
Sync queue is the list of jobs still in flight. As context priorities requires possibility to insert a job in the middle of the queue, the structure needs to be changed into a linked list. Bug 926690 Change-Id: Id257a11f18476c70dd69e36ba44ed2d380c80040 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/83127
Diffstat (limited to 'drivers/video/tegra/host/host1x')
-rw-r--r--drivers/video/tegra/host/host1x/host1x_cdma.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/tegra/host/host1x/host1x_cdma.c b/drivers/video/tegra/host/host1x/host1x_cdma.c
index 65a72801528f..1006fbd90f88 100644
--- a/drivers/video/tegra/host/host1x/host1x_cdma.c
+++ b/drivers/video/tegra/host/host1x/host1x_cdma.c
@@ -655,8 +655,6 @@ int host1x_init_cdma_support(struct nvhost_master *host)
host->op.cdma.timeout_cpu_incr = cdma_timeout_cpu_incr;
host->op.cdma.timeout_pb_incr = cdma_timeout_pb_incr;
- host->sync_queue_size = NVHOST_SYNC_QUEUE_SIZE;
-
host->op.push_buffer.reset = push_buffer_reset;
host->op.push_buffer.init = push_buffer_init;
host->op.push_buffer.destroy = push_buffer_destroy;