summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2017-08-17 13:32:17 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-08-28 22:34:23 -0400
commit0130c7ba43253790ef7e6e79c86c14223715f572 (patch)
tree55d12877e0d8eaff7ab0774e2bad4d982c6742f3 /include
parent0e0767672ae7e66d0ec249b8847f36c685fe995e (diff)
gpu: nvgpu: vgpu: add num_pce to constants
Implement hal gops->ce2.get_num_pce. Jira VFND-3797 Change-Id: Ie4fd3f170f2961ab5ebd1867b83bfda40e57aa2b Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1543020 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/tegra_vgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tegra_vgpu.h b/include/linux/tegra_vgpu.h
index 1c486f5c..bfa5862b 100644
--- a/include/linux/tegra_vgpu.h
+++ b/include/linux/tegra_vgpu.h
@@ -477,6 +477,7 @@ struct tegra_vgpu_constants_params {
477 u32 preempt_ctx_size; 477 u32 preempt_ctx_size;
478 u32 channel_base; 478 u32 channel_base;
479 struct tegra_vgpu_engines_info engines_info; 479 struct tegra_vgpu_engines_info engines_info;
480 u32 num_pce;
480}; 481};
481 482
482struct tegra_vgpu_channel_cyclestats_snapshot_params { 483struct tegra_vgpu_channel_cyclestats_snapshot_params {