summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAingara Paramakuru <aparamakuru@nvidia.com>2014-04-18 12:20:55 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:59 -0400
commite0966568ca4af0f9b4e8d651600e8cfef32b1017 (patch)
treea351cdf2c599b01f32ca60cfda310d57be1bdf08 /include/linux
parent0a7be116952af71ce89f0bcd22dbebbef1e90102 (diff)
video: tegra: host: define usable syncpt range
In a virtualized environment, syncpoint allocations will be restricted to a subset of the total syncpoints supported by the HW. Bug 1509608 Change-Id: I831c18d8b4d098d74276a072eb8f0719dfd7ed37 Signed-off-by: Aingara Paramakuru <aparamakuru@nvidia.com> Reviewed-on: http://git-master/r/440119 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvhost.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h
index 66d3b05a9..76bdaab98 100644
--- a/include/linux/nvhost.h
+++ b/include/linux/nvhost.h
@@ -55,8 +55,6 @@ struct sync_pt;
55#define NVHOST_NAME_SIZE 24 55#define NVHOST_NAME_SIZE 24
56#define NVSYNCPT_INVALID (-1) 56#define NVSYNCPT_INVALID (-1)
57 57
58#define NVSYNCPT_GRAPHICS_HOST (0) /* t20, t30, t114, t148 */
59
60#define NVSYNCPT_AVP_0 (10) /* t20, t30, t114, t148 */ 58#define NVSYNCPT_AVP_0 (10) /* t20, t30, t114, t148 */
61#define NVSYNCPT_3D (22) /* t20, t30, t114, t148 */ 59#define NVSYNCPT_3D (22) /* t20, t30, t114, t148 */
62#define NVSYNCPT_VBLANK0 (26) /* t20, t30, t114, t148 */ 60#define NVSYNCPT_VBLANK0 (26) /* t20, t30, t114, t148 */