summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index cdc00bbd..d4c461af 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -3763,7 +3763,7 @@ void gr_gk20a_pmu_save_zbc(struct gk20a *g, u32 entries)
3763 } 3763 }
3764 3764
3765 /* update zbc */ 3765 /* update zbc */
3766 gk20a_pmu_save_zbc(g, entries); 3766 g->ops.gr.pmu_save_zbc(g, entries);
3767 3767
3768clean_up: 3768clean_up:
3769 ret = gk20a_fifo_enable_engine_activity(g, gr_info); 3769 ret = gk20a_fifo_enable_engine_activity(g, gr_info);