summaryrefslogtreecommitdiffstats
path: root/include/linux/tegra_vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tegra_vgpu.h')
-rw-r--r--include/linux/tegra_vgpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tegra_vgpu.h b/include/linux/tegra_vgpu.h
index be8b9ad1..456622a4 100644
--- a/include/linux/tegra_vgpu.h
+++ b/include/linux/tegra_vgpu.h
@@ -348,6 +348,7 @@ 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;
351 u32 mode; 352 u32 mode;
352}; 353};
353 354
@@ -436,6 +437,7 @@ struct tegra_vgpu_constants_params {
436 * TEGRA_VGPU_MAX_TPC_COUNT_PER_GPC 437 * TEGRA_VGPU_MAX_TPC_COUNT_PER_GPC
437 */ 438 */
438 u16 gpc_tpc_mask[TEGRA_VGPU_MAX_GPC_COUNT]; 439 u16 gpc_tpc_mask[TEGRA_VGPU_MAX_GPC_COUNT];
440 u32 hwpm_ctx_size;
439}; 441};
440 442
441struct tegra_vgpu_channel_cyclestats_snapshot_params { 443struct tegra_vgpu_channel_cyclestats_snapshot_params {