summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 665e2ed1..986d3b82 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -328,7 +328,12 @@ static const struct gpu_ops gv11b_ops = {
328 .enable_exceptions = gr_gv11b_enable_exceptions, 328 .enable_exceptions = gr_gv11b_enable_exceptions,
329 .get_lrf_tex_ltc_dram_override = get_ecc_override_val, 329 .get_lrf_tex_ltc_dram_override = get_ecc_override_val,
330 .update_smpc_ctxsw_mode = gr_gk20a_update_smpc_ctxsw_mode, 330 .update_smpc_ctxsw_mode = gr_gk20a_update_smpc_ctxsw_mode,
331 .get_hw_accessor_stream_out_mode =
332 gr_gv100_get_hw_accessor_stream_out_mode,
333 .get_num_hwpm_perfmon = gr_gv100_get_num_hwpm_perfmon,
334 .set_pmm_register = gr_gv100_set_pmm_register,
331 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode, 335 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode,
336 .init_hwpm_pmm_register = gr_gv100_init_hwpm_pmm_register,
332 .record_sm_error_state = gv11b_gr_record_sm_error_state, 337 .record_sm_error_state = gv11b_gr_record_sm_error_state,
333 .clear_sm_error_state = gm20b_gr_clear_sm_error_state, 338 .clear_sm_error_state = gm20b_gr_clear_sm_error_state,
334 .suspend_contexts = gr_gp10b_suspend_contexts, 339 .suspend_contexts = gr_gp10b_suspend_contexts,