From 0130c7ba43253790ef7e6e79c86c14223715f572 Mon Sep 17 00:00:00 2001 From: Richard Zhao Date: Thu, 17 Aug 2017 10:32:17 -0700 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1543020 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- include/linux/tegra_vgpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/tegra_vgpu.h') 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 { u32 preempt_ctx_size; u32 channel_base; struct tegra_vgpu_engines_info engines_info; + u32 num_pce; }; struct tegra_vgpu_channel_cyclestats_snapshot_params { -- cgit v1.2.2