summaryrefslogtreecommitdiff
path: root/include/linux/nvhost_ioctl.h
diff options
context:
space:
mode:
authorJin Qian <jqian@nvidia.com>2012-11-14 18:31:31 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:22:00 -0700
commit89bd700a9dbecd39f35a9da3c3fb5533db2dbaef (patch)
treee0c70c67059a84ee90519206ddef3ffa2a0dbf9c /include/linux/nvhost_ioctl.h
parentb52664b4e185b6f0e80b0376e5bc2ca7eeb91f47 (diff)
drivers: video: tegra: update gpfifo_hw format
change nvhost_gpfifo struct to same as nvhost_gpfifo_hw remove nvhost_gpfifo_hw once userspace tests are updated Bug 1162419 Change-Id: I9a16f184e3fd1d9107bfe1bb29f31be7f1569075 Signed-off-by: Jin Qian <jqian@nvidia.com> Reviewed-on: http://git-master/r/163817 Reviewed-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'include/linux/nvhost_ioctl.h')
-rw-r--r--include/linux/nvhost_ioctl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/nvhost_ioctl.h b/include/linux/nvhost_ioctl.h
index 541f79070927..3d14ed16b8c7 100644
--- a/include/linux/nvhost_ioctl.h
+++ b/include/linux/nvhost_ioctl.h
@@ -90,13 +90,6 @@ struct nvhost_waitchk {
};
struct nvhost_gpfifo {
- __u64 gpu_va; /* gpu va of gpfifo entry */
- __u32 words; /* size of the entry, in words */
-};
-
-/* TBD: deprecate above nvhost_gpfifo
- rename nvhost_gpfifo_hw to nvhost_gpfifo */
-struct nvhost_gpfifo_hw {
__u32 entry0; /* first word of gpfifo entry */
__u32 entry1; /* second word of gpfifo entry */
};