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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index eac57433..1fc1b0f2 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -81,6 +81,8 @@
81#include <gv11b/gr_ctx_gv11b.h> 81#include <gv11b/gr_ctx_gv11b.h>
82#include <gv11b/gr_gv11b.h> 82#include <gv11b/gr_gv11b.h>
83 83
84#include <gv100/gr_gv100.h>
85
84#include <nvgpu/enabled.h> 86#include <nvgpu/enabled.h>
85#include <nvgpu/channel.h> 87#include <nvgpu/channel.h>
86 88
@@ -183,6 +185,8 @@ static const struct gpu_ops vgpu_gv11b_ops = {
183 .enable_exceptions = NULL, 185 .enable_exceptions = NULL,
184 .get_lrf_tex_ltc_dram_override = NULL, 186 .get_lrf_tex_ltc_dram_override = NULL,
185 .update_smpc_ctxsw_mode = vgpu_gr_update_smpc_ctxsw_mode, 187 .update_smpc_ctxsw_mode = vgpu_gr_update_smpc_ctxsw_mode,
188 .get_hw_accessor_stream_out_mode =
189 gr_gv100_get_hw_accessor_stream_out_mode,
186 .update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode, 190 .update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode,
187 .record_sm_error_state = gv11b_gr_record_sm_error_state, 191 .record_sm_error_state = gv11b_gr_record_sm_error_state,
188 .clear_sm_error_state = vgpu_gr_clear_sm_error_state, 192 .clear_sm_error_state = vgpu_gr_clear_sm_error_state,