diff options
author | Nitin Kumbhar <nkumbhar@nvidia.com> | 2011-03-21 11:36:46 +0530 |
---|---|---|
committer | Nitin Kumbhar <nkumbhar@nvidia.com> | 2011-03-21 11:36:46 +0530 |
commit | 51e6f12b07d35e8787e8ad8ceb62638e15bc2505 (patch) | |
tree | 5b118cef82343f2a682f10c833b0287b5a9b6bf1 /arch | |
parent | ca83a98c25a409e9d831b7c4cff9e9fbda243a8d (diff) |
Revert "Revert "Revert "tegra: host: move stale wait checking into the kernel"""
This reverts commit be7b9ce20d645c2c9293441830ee33a0a5fc489f.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/nvhost.h | 9 | ||||
-rw-r--r-- | arch/arm/mach-tegra/include/mach/nvmap.h | 4 |
2 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-tegra/include/mach/nvhost.h b/arch/arm/mach-tegra/include/mach/nvhost.h index 1a113711aa47..fc0336a42b50 100644 --- a/arch/arm/mach-tegra/include/mach/nvhost.h +++ b/arch/arm/mach-tegra/include/mach/nvhost.h @@ -81,8 +81,6 @@ struct nvhost_submit_hdr { __u32 syncpt_incrs; __u32 num_cmdbufs; __u32 num_relocs; - __u32 num_waitchks; - __u32 waitchk_mask; }; struct nvhost_cmdbuf { @@ -98,13 +96,6 @@ struct nvhost_reloc { __u32 target_offset; }; -struct nvhost_waitchk { - __u32 mem; - __u32 offset; - __u32 syncpt_id; - __u32 thresh; -}; - struct nvhost_get_param_args { __u32 value; }; diff --git a/arch/arm/mach-tegra/include/mach/nvmap.h b/arch/arm/mach-tegra/include/mach/nvmap.h index 7a79748e5433..7422d1a44d8a 100644 --- a/arch/arm/mach-tegra/include/mach/nvmap.h +++ b/arch/arm/mach-tegra/include/mach/nvmap.h @@ -97,10 +97,6 @@ int nvmap_pin_array(struct nvmap_client *client, struct nvmap_handle *gather, void nvmap_unpin_handles(struct nvmap_client *client, struct nvmap_handle **h, int nr); -int nvmap_patch_wait(struct nvmap_client *client, - struct nvmap_handle *patch, - u32 patch_offset, u32 patch_value); - struct nvmap_platform_carveout { const char *name; unsigned int usage_mask; |