summaryrefslogtreecommitdiffstats
path: root/include/linux/tegra_vgpu.h
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2016-03-01 14:28:44 -0500
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-03-24 17:25:18 -0400
commit907a43831513c2863e2f7fefc2d051f396d02354 (patch)
tree0febbe5a2c80cb2392dc5a9cd15cc064f2cae705 /include/linux/tegra_vgpu.h
parent845a693d13ad4399cd85d795324dc0eb9586784e (diff)
gpu: nvgpu: vgpu: pass pid when allocate context
Bug 1648908 Change-Id: I39b1becf0b00e930a180a5a8367c22ff4d495446 Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: http://git-master/r/1031860 (cherry picked from commit f1940e1438fb3494c3093f1ab6a11bed6deb2b93) Reviewed-on: http://git-master/r/1022182 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tegra_vgpu.h b/include/linux/tegra_vgpu.h
index d84d0c63..c4dd81dd 100644
--- a/include/linux/tegra_vgpu.h
+++ b/include/linux/tegra_vgpu.h
@@ -86,6 +86,7 @@ struct tegra_vgpu_connect_params {
86 86
87struct tegra_vgpu_channel_hwctx_params { 87struct tegra_vgpu_channel_hwctx_params {
88 u32 id; 88 u32 id;
89 u64 pid;
89 u64 handle; 90 u64 handle;
90}; 91};
91 92