summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 2007eee0..4e05f22b 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -421,6 +421,7 @@ static const struct gpu_ops gv100_ops = {
421 .set_debug_mode = gm20b_fb_set_debug_mode, 421 .set_debug_mode = gm20b_fb_set_debug_mode,
422 .tlb_invalidate = gk20a_fb_tlb_invalidate, 422 .tlb_invalidate = gk20a_fb_tlb_invalidate,
423 .hub_isr = gv11b_fb_hub_isr, 423 .hub_isr = gv11b_fb_hub_isr,
424 .mem_unlock = gv100_fb_memory_unlock,
424 }, 425 },
425 .fifo = { 426 .fifo = {
426 .init_fifo_setup_hw = gv11b_init_fifo_setup_hw, 427 .init_fifo_setup_hw = gv11b_init_fifo_setup_hw,