summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index 5a953e20..4750d7ee 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -327,7 +327,7 @@ int vgpu_pm_finalize_poweron(struct device *dev)
327 goto done; 327 goto done;
328 } 328 }
329 329
330 err = gk20a_init_gpu_characteristics(g); 330 err = g->ops.chip_init_gpu_characteristics(g);
331 if (err) { 331 if (err) {
332 gk20a_err(dev, "failed to init gk20a gpu characteristics"); 332 gk20a_err(dev, "failed to init gk20a gpu characteristics");
333 goto done; 333 goto done;