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/gp10b/vgpu_hal_gp10b.c1
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c1
2 files changed, 2 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 = {
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 41850c91..f51d4c35 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -291,6 +291,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
291 .read_wpr_info = NULL, 291 .read_wpr_info = NULL,
292 .is_debug_mode_enabled = NULL, 292 .is_debug_mode_enabled = NULL,
293 .set_debug_mode = vgpu_mm_mmu_set_debug_mode, 293 .set_debug_mode = vgpu_mm_mmu_set_debug_mode,
294 .set_mmu_debug_mode = NULL,
294 .tlb_invalidate = vgpu_mm_tlb_invalidate, 295 .tlb_invalidate = vgpu_mm_tlb_invalidate,
295 .hub_isr = gv11b_fb_hub_isr, 296 .hub_isr = gv11b_fb_hub_isr,
296 .enable_hub_intr = gv11b_fb_enable_hub_intr, 297 .enable_hub_intr = gv11b_fb_enable_hub_intr,