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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 02baf683..d203a335 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -164,6 +164,7 @@ int gk20a_finalize_poweron(struct gk20a *g)
164 /* init interface layer support for PMU falcon */ 164 /* init interface layer support for PMU falcon */
165 nvgpu_flcn_sw_init(g, FALCON_ID_PMU); 165 nvgpu_flcn_sw_init(g, FALCON_ID_PMU);
166 nvgpu_flcn_sw_init(g, FALCON_ID_SEC2); 166 nvgpu_flcn_sw_init(g, FALCON_ID_SEC2);
167 nvgpu_flcn_sw_init(g, FALCON_ID_NVDEC);
167 168
168 if (g->ops.bios.init) 169 if (g->ops.bios.init)
169 err = g->ops.bios.init(g); 170 err = g->ops.bios.init(g);