summaryrefslogtreecommitdiffstats
path: root/include/linux/tegra_vgpu.h
diff options
context:
space:
mode:
authorSivaram Nair <sivaramn@nvidia.com>2016-11-03 20:26:01 -0400
committerRakesh Babu Bodla <rbodla@nvidia.com>2016-11-04 11:34:18 -0400
commit5f1c2bc27fb9dd66ed046b0590afc365be5011bf (patch)
tree5b652aed11d537462f1850d528fdc6e7058a17e5 /include/linux/tegra_vgpu.h
parent57821e215756b3df7acc9c0eb5017e39f141d381 (diff)
Revert "gpu: nvgpu: vgpu: alloc hwpm ctxt buf on client"
This reverts commit 57821e215756b3df7acc9c0eb5017e39f141d381. Change-Id: Ic4801115064ccbcd1435298a61871921d056b8ea Signed-off-by: Sivaram Nair <sivaramn@nvidia.com> Reviewed-on: http://git-master/r/1247825 Reviewed-by: Rakesh Babu Bodla <rbodla@nvidia.com> Tested-by: Rakesh Babu Bodla <rbodla@nvidia.com>
Diffstat (limited to 'include/linux/tegra_vgpu.h')
-rw-r--r--include/linux/tegra_vgpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/tegra_vgpu.h b/include/linux/tegra_vgpu.h
index 456622a4..be8b9ad1 100644
--- a/include/linux/tegra_vgpu.h
+++ b/include/linux/tegra_vgpu.h
@@ -348,7 +348,6 @@ enum {
348 348
349struct tegra_vgpu_channel_set_ctxsw_mode { 349struct tegra_vgpu_channel_set_ctxsw_mode {
350 u64 handle; 350 u64 handle;
351 u64 gpu_va;
352 u32 mode; 351 u32 mode;
353}; 352};
354 353
@@ -437,7 +436,6 @@ struct tegra_vgpu_constants_params {
437 * TEGRA_VGPU_MAX_TPC_COUNT_PER_GPC 436 * TEGRA_VGPU_MAX_TPC_COUNT_PER_GPC
438 */ 437 */
439 u16 gpc_tpc_mask[TEGRA_VGPU_MAX_GPC_COUNT]; 438 u16 gpc_tpc_mask[TEGRA_VGPU_MAX_GPC_COUNT];
440 u32 hwpm_ctx_size;
441}; 439};
442 440
443struct tegra_vgpu_channel_cyclestats_snapshot_params { 441struct tegra_vgpu_channel_cyclestats_snapshot_params {