summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index f142cb9f..29c88f44 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -175,6 +175,7 @@ struct gk20a_platform {
175 int (*reset_assert)(struct platform_device *pdev); 175 int (*reset_assert)(struct platform_device *pdev);
176 int (*reset_deassert)(struct platform_device *pdev); 176 int (*reset_deassert)(struct platform_device *pdev);
177 struct clk *clk_reset; 177 struct clk *clk_reset;
178 struct dvfs_rail *gpu_rail;
178 179
179 bool virtual_dev; 180 bool virtual_dev;
180#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 181#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION