summaryrefslogtreecommitdiffstats
path: root/include/linux/tegra_vgpu.h
diff options
context:
space:
mode:
authorAingara Paramakuru <aparamakuru@nvidia.com>2015-08-27 13:53:47 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-09-29 11:12:15 -0400
commit39e8bff2fc02b4037dc925076e5f42f6519101eb (patch)
tree5ca1ff277226a8f69b9947a367a209c9d581fe02 /include/linux/tegra_vgpu.h
parentce4dd7ef86e5fec95bd8d2f90eb78e9643dd01d9 (diff)
gpu: nvgpu: vgpu: T18x support
Add vgpu framework and build for T18x. Bug 1677153 JIRA VFND-693 Change-Id: Icf9fd8e0b5769228aee59c54f9b000b992e5fcca Signed-off-by: Aingara Paramakuru <aparamakuru@nvidia.com> Reviewed-on: http://git-master/r/792559 Reviewed-on: http://git-master/r/806178 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'include/linux/tegra_vgpu.h')
-rw-r--r--include/linux/tegra_vgpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/tegra_vgpu.h b/include/linux/tegra_vgpu.h
index 70914fa3..2b327d09 100644
--- a/include/linux/tegra_vgpu.h
+++ b/include/linux/tegra_vgpu.h
@@ -96,7 +96,8 @@ enum {
96 TEGRA_VGPU_ATTRIB_CACHELINE_SIZE, 96 TEGRA_VGPU_ATTRIB_CACHELINE_SIZE,
97 TEGRA_VGPU_ATTRIB_COMPTAGS_PER_CACHELINE, 97 TEGRA_VGPU_ATTRIB_COMPTAGS_PER_CACHELINE,
98 TEGRA_VGPU_ATTRIB_SLICES_PER_LTC, 98 TEGRA_VGPU_ATTRIB_SLICES_PER_LTC,
99 TEGRA_VGPU_ATTRIB_LTC_COUNT 99 TEGRA_VGPU_ATTRIB_LTC_COUNT,
100 TEGRA_VGPU_ATTRIB_TPC_COUNT
100}; 101};
101 102
102struct tegra_vgpu_attrib_params { 103struct tegra_vgpu_attrib_params {