summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index d87975d1..8d3fb86b 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.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/gv11b_gating_reglist.h" 30#include "common/clock_gating/gv11b_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"
@@ -444,7 +443,7 @@ static const struct gpu_ops gv11b_ops = {
444 .read_wpr_info = gm20b_fb_read_wpr_info, 443 .read_wpr_info = gm20b_fb_read_wpr_info,
445 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled, 444 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled,
446 .set_debug_mode = gm20b_fb_set_debug_mode, 445 .set_debug_mode = gm20b_fb_set_debug_mode,
447 .tlb_invalidate = gk20a_fb_tlb_invalidate, 446 .tlb_invalidate = gm20b_fb_tlb_invalidate,
448 .hub_isr = gv11b_fb_hub_isr, 447 .hub_isr = gv11b_fb_hub_isr,
449 .handle_replayable_fault = gv11b_fb_handle_replayable_mmu_fault, 448 .handle_replayable_fault = gv11b_fb_handle_replayable_mmu_fault,
450 .mem_unlock = NULL, 449 .mem_unlock = NULL,