summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nvhost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h
index cde63fa6abb7..c89d9b82af14 100644
--- a/include/linux/nvhost.h
+++ b/include/linux/nvhost.h
@@ -209,4 +209,6 @@ u32 nvhost_syncpt_read_ext(struct nvhost_device *dev, u32 id);
int nvhost_syncpt_wait_timeout_ext(struct nvhost_device *dev, u32 id, u32 thresh,
u32 timeout, u32 *value);
+void nvhost_scale3d_set_throughput_hint(int hint);
+
#endif