summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 3ae30e88..3ab26fb9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -792,6 +792,11 @@ int gk20a_pm_finalize_poweron(struct device *dev)
792 if (err) 792 if (err)
793 goto done; 793 goto done;
794 794
795 if (g->ops.bios.init)
796 err = g->ops.bios.init(g);
797 if (err)
798 goto done;
799
795 if (!tegra_platform_is_silicon()) 800 if (!tegra_platform_is_silicon())
796 gk20a_writel(g, bus_intr_en_0_r(), 0x0); 801 gk20a_writel(g, bus_intr_en_0_r(), 0x0);
797 else 802 else