summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
index e0e034a9..675a85b3 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
@@ -577,6 +577,9 @@ struct gk20a_platform gm20b_tegra_platform = {
577 577
578 /* power management callbacks */ 578 /* power management callbacks */
579 .suspend = gk20a_tegra_suspend, 579 .suspend = gk20a_tegra_suspend,
580 .railgate = gk20a_tegra_railgate,
581 .unrailgate = gk20a_tegra_unrailgate,
582 .is_railgated = gk20a_tegra_is_railgated,
580 583
581 .busy = gk20a_tegra_busy, 584 .busy = gk20a_tegra_busy,
582 .idle = gk20a_tegra_idle, 585 .idle = gk20a_tegra_idle,