summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c
index af55e5b6..432af108 100644
--- a/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c
@@ -792,7 +792,7 @@ static int gk20a_tegra_probe(struct device *dev)
792 792
793 if (joint_xpu_rail) { 793 if (joint_xpu_rail) {
794 nvgpu_log_info(g, "XPU rails are joint\n"); 794 nvgpu_log_info(g, "XPU rails are joint\n");
795 platform->g->can_railgate = false; 795 __nvgpu_set_enabled(g, NVGPU_CAN_RAILGATE, false);
796 } 796 }
797 797
798 platform->g->clk.gpc_pll.id = GK20A_GPC_PLL; 798 platform->g->clk.gpc_pll.id = GK20A_GPC_PLL;