summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 917ac638..a4f02faa 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -250,6 +250,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
250 .read_wpr_info = NULL, 250 .read_wpr_info = NULL,
251 .is_debug_mode_enabled = NULL, 251 .is_debug_mode_enabled = NULL,
252 .set_debug_mode = vgpu_mm_mmu_set_debug_mode, 252 .set_debug_mode = vgpu_mm_mmu_set_debug_mode,
253 .set_mmu_debug_mode = NULL,
253 .tlb_invalidate = vgpu_mm_tlb_invalidate, 254 .tlb_invalidate = vgpu_mm_tlb_invalidate,
254 }, 255 },
255 .clock_gating = { 256 .clock_gating = {