summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-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 882dd342..a7a877ff 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
@@ -425,6 +425,8 @@ struct tegra_vgpu_get_timestamps_zipper_params {
425 u32 source_id; 425 u32 source_id;
426}; 426};
427 427
428#define TEGRA_VGPU_POWERGATE_MODE_ENABLE 1
429#define TEGRA_VGPU_POWERGATE_MODE_DISABLE 2
428struct tegra_vgpu_set_powergate_params { 430struct tegra_vgpu_set_powergate_params {
429 u32 mode; 431 u32 mode;
430}; 432};