summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index 580ba5e5..02da3de9 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -161,7 +161,7 @@ static int pmu_ucode_details(struct gk20a *g, struct flcn_ucode_img *p_img)
161 pmu->ucode_image = (u32 *)pmu_fw->data; 161 pmu->ucode_image = (u32 *)pmu_fw->data;
162 g->acr.pmu_desc = pmu_desc; 162 g->acr.pmu_desc = pmu_desc;
163 163
164 err = gk20a_init_pmu(pmu); 164 err = nvgpu_init_pmu_fw_support(pmu);
165 if (err) { 165 if (err) {
166 gm20b_dbg_pmu("failed to set function pointers\n"); 166 gm20b_dbg_pmu("failed to set function pointers\n");
167 goto release_sig; 167 goto release_sig;
@@ -395,7 +395,7 @@ int prepare_ucode_blob(struct gk20a *g)
395 if (g->acr.ucode_blob.cpu_va) { 395 if (g->acr.ucode_blob.cpu_va) {
396 /*Recovery case, we do not need to form 396 /*Recovery case, we do not need to form
397 non WPR blob of ucodes*/ 397 non WPR blob of ucodes*/
398 err = gk20a_init_pmu(pmu); 398 err = nvgpu_init_pmu_fw_support(pmu);
399 if (err) { 399 if (err) {
400 gm20b_dbg_pmu("failed to set function pointers\n"); 400 gm20b_dbg_pmu("failed to set function pointers\n");
401 return err; 401 return err;