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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index c84778dd..3cfda7ca 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -361,6 +361,7 @@ static const struct gpu_ops gv100_ops = {
361 .get_hw_accessor_stream_out_mode = 361 .get_hw_accessor_stream_out_mode =
362 gr_gv100_get_hw_accessor_stream_out_mode, 362 gr_gv100_get_hw_accessor_stream_out_mode,
363 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode, 363 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode,
364 .init_hwpm_pmm_register = gr_gv100_init_hwpm_pmm_register,
364 .record_sm_error_state = gv11b_gr_record_sm_error_state, 365 .record_sm_error_state = gv11b_gr_record_sm_error_state,
365 .update_sm_error_state = gv11b_gr_update_sm_error_state, 366 .update_sm_error_state = gv11b_gr_update_sm_error_state,
366 .clear_sm_error_state = gm20b_gr_clear_sm_error_state, 367 .clear_sm_error_state = gm20b_gr_clear_sm_error_state,