summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 82cc36aa..6d3154e3 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -765,7 +765,7 @@ int gp106_init_hal(struct gk20a *g)
765{ 765{
766 struct gpu_ops *gops = &g->ops; 766 struct gpu_ops *gops = &g->ops;
767 767
768 gk20a_dbg_fn(""); 768 nvgpu_log_fn(g, " ");
769 769
770 gops->bios = gp106_ops.bios; 770 gops->bios = gp106_ops.bios;
771 gops->ltc = gp106_ops.ltc; 771 gops->ltc = gp106_ops.ltc;
@@ -828,7 +828,7 @@ int gp106_init_hal(struct gk20a *g)
828 828
829 g->name = "gp10x"; 829 g->name = "gp10x";
830 830
831 gk20a_dbg_fn("done"); 831 nvgpu_log_fn(g, "done");
832 832
833 return 0; 833 return 0;
834} 834}