summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index c6a6eae9..1a627d3f 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -289,6 +289,8 @@ static const struct gpu_ops vgpu_gv11b_ops = {
289 .set_debug_mode = vgpu_mm_mmu_set_debug_mode, 289 .set_debug_mode = vgpu_mm_mmu_set_debug_mode,
290 .tlb_invalidate = vgpu_mm_tlb_invalidate, 290 .tlb_invalidate = vgpu_mm_tlb_invalidate,
291 .hub_isr = gv11b_fb_hub_isr, 291 .hub_isr = gv11b_fb_hub_isr,
292 .enable_hub_intr = gv11b_fb_enable_hub_intr,
293 .disable_hub_intr = gv11b_fb_disable_hub_intr,
292 }, 294 },
293 .clock_gating = { 295 .clock_gating = {
294 .slcg_bus_load_gating_prod = 296 .slcg_bus_load_gating_prod =