summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/dev.h')
-rw-r--r--drivers/video/tegra/host/dev.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/video/tegra/host/dev.h b/drivers/video/tegra/host/dev.h
index 45217a3ea1a1..3d05da8c53e8 100644
--- a/drivers/video/tegra/host/dev.h
+++ b/drivers/video/tegra/host/dev.h
@@ -54,13 +54,8 @@ struct nvhost_master {
u32 sync_queue_size;
struct nvhost_chip_support op;
-};
-struct nvhost_userctx_timeout {
- u32 timeout;
- bool has_timedout;
- struct nvhost_hwctx *hwctx;
- int syncpt_id;
+ atomic_t clientid;
};
void nvhost_debug_init(struct nvhost_master *master);