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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 9dca86fb..51b0ba11 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -241,6 +241,9 @@ int gk20a_finalize_poweron(struct gk20a *g)
241 goto done; 241 goto done;
242 } 242 }
243 243
244 /* init interface layer support for PMU falcon */
245 nvgpu_flcn_sw_init(g, FALCON_ID_PMU);
246
244 if (g->ops.pmu.is_pmu_supported(g)) { 247 if (g->ops.pmu.is_pmu_supported(g)) {
245 if (g->ops.pmu.prepare_ucode) 248 if (g->ops.pmu.prepare_ucode)
246 err = g->ops.pmu.prepare_ucode(g); 249 err = g->ops.pmu.prepare_ucode(g);