summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index f51d4c35..cfd4e385 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -49,6 +49,7 @@
49#include "vgpu/dbg_vgpu.h" 49#include "vgpu/dbg_vgpu.h"
50#include "vgpu/fecs_trace_vgpu.h" 50#include "vgpu/fecs_trace_vgpu.h"
51#include "vgpu/css_vgpu.h" 51#include "vgpu/css_vgpu.h"
52#include "vgpu/fb_vgpu.h"
52#include "vgpu/gm20b/vgpu_gr_gm20b.h" 53#include "vgpu/gm20b/vgpu_gr_gm20b.h"
53#include "vgpu/gp10b/vgpu_mm_gp10b.h" 54#include "vgpu/gp10b/vgpu_mm_gp10b.h"
54#include "vgpu/gp10b/vgpu_gr_gp10b.h" 55#include "vgpu/gp10b/vgpu_gr_gp10b.h"
@@ -189,7 +190,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
189 .get_hw_accessor_stream_out_mode = 190 .get_hw_accessor_stream_out_mode =
190 gr_gv100_get_hw_accessor_stream_out_mode, 191 gr_gv100_get_hw_accessor_stream_out_mode,
191 .update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode, 192 .update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode,
192 .set_mmu_debug_mode = NULL, 193 .set_mmu_debug_mode = vgpu_gr_set_mmu_debug_mode,
193 .record_sm_error_state = gv11b_gr_record_sm_error_state, 194 .record_sm_error_state = gv11b_gr_record_sm_error_state,
194 .clear_sm_error_state = vgpu_gr_clear_sm_error_state, 195 .clear_sm_error_state = vgpu_gr_clear_sm_error_state,
195 .suspend_contexts = vgpu_gr_suspend_contexts, 196 .suspend_contexts = vgpu_gr_suspend_contexts,
@@ -291,7 +292,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
291 .read_wpr_info = NULL, 292 .read_wpr_info = NULL,
292 .is_debug_mode_enabled = NULL, 293 .is_debug_mode_enabled = NULL,
293 .set_debug_mode = vgpu_mm_mmu_set_debug_mode, 294 .set_debug_mode = vgpu_mm_mmu_set_debug_mode,
294 .set_mmu_debug_mode = NULL, 295 .set_mmu_debug_mode = vgpu_fb_set_mmu_debug_mode,
295 .tlb_invalidate = vgpu_mm_tlb_invalidate, 296 .tlb_invalidate = vgpu_mm_tlb_invalidate,
296 .hub_isr = gv11b_fb_hub_isr, 297 .hub_isr = gv11b_fb_hub_isr,
297 .enable_hub_intr = gv11b_fb_enable_hub_intr, 298 .enable_hub_intr = gv11b_fb_enable_hub_intr,