summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h b/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
index ba7d2ba2..f34fc5e7 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
@@ -455,6 +455,7 @@ struct tegra_vgpu_engines_info {
455 455
456#define TEGRA_VGPU_MAX_GPC_COUNT 16 456#define TEGRA_VGPU_MAX_GPC_COUNT 16
457#define TEGRA_VGPU_MAX_TPC_COUNT_PER_GPC 16 457#define TEGRA_VGPU_MAX_TPC_COUNT_PER_GPC 16
458#define TEGRA_VGPU_L2_EN_MASK 32
458 459
459struct tegra_vgpu_constants_params { 460struct tegra_vgpu_constants_params {
460 u32 arch; 461 u32 arch;
@@ -494,6 +495,7 @@ struct tegra_vgpu_constants_params {
494 u32 num_pce; 495 u32 num_pce;
495 u32 sm_per_tpc; 496 u32 sm_per_tpc;
496 u32 max_subctx_count; 497 u32 max_subctx_count;
498 u32 l2_en_mask[TEGRA_VGPU_L2_EN_MASK];
497}; 499};
498 500
499struct tegra_vgpu_channel_cyclestats_snapshot_params { 501struct tegra_vgpu_channel_cyclestats_snapshot_params {