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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 0529fd91..6f07015d 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -29,7 +29,6 @@
29#include "common/priv_ring/priv_ring_gp10b.h" 29#include "common/priv_ring/priv_ring_gp10b.h"
30#include "common/clock_gating/gv100_gating_reglist.h" 30#include "common/clock_gating/gv100_gating_reglist.h"
31#include "common/ptimer/ptimer_gk20a.h" 31#include "common/ptimer/ptimer_gk20a.h"
32#include "common/fb/fb_gk20a.h"
33#include "common/fb/fb_gm20b.h" 32#include "common/fb/fb_gm20b.h"
34#include "common/fb/fb_gp10b.h" 33#include "common/fb/fb_gp10b.h"
35#include "common/fb/fb_gv11b.h" 34#include "common/fb/fb_gv11b.h"
@@ -480,7 +479,7 @@ static const struct gpu_ops gv100_ops = {
480 .read_wpr_info = gm20b_fb_read_wpr_info, 479 .read_wpr_info = gm20b_fb_read_wpr_info,
481 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled, 480 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled,
482 .set_debug_mode = gm20b_fb_set_debug_mode, 481 .set_debug_mode = gm20b_fb_set_debug_mode,
483 .tlb_invalidate = gk20a_fb_tlb_invalidate, 482 .tlb_invalidate = gm20b_fb_tlb_invalidate,
484 .hub_isr = gv11b_fb_hub_isr, 483 .hub_isr = gv11b_fb_hub_isr,
485 .mem_unlock = gv100_fb_memory_unlock, 484 .mem_unlock = gv100_fb_memory_unlock,
486 .init_nvlink = gv100_fb_init_nvlink, 485 .init_nvlink = gv100_fb_init_nvlink,