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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 5649d758..e6cf0e62 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -361,7 +361,7 @@ static const struct gpu_ops gv11b_ops = {
361 .set_czf_bypass = NULL, 361 .set_czf_bypass = NULL,
362 .pre_process_sm_exception = gr_gv11b_pre_process_sm_exception, 362 .pre_process_sm_exception = gr_gv11b_pre_process_sm_exception,
363 .set_preemption_buffer_va = gr_gv11b_set_preemption_buffer_va, 363 .set_preemption_buffer_va = gr_gv11b_set_preemption_buffer_va,
364 .init_preemption_state = NULL, 364 .init_preemption_state = gr_gv11b_init_preemption_state,
365 .update_boosted_ctx = gr_gp10b_update_boosted_ctx, 365 .update_boosted_ctx = gr_gp10b_update_boosted_ctx,
366 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 366 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
367 .create_gr_sysfs = gr_gv11b_create_sysfs, 367 .create_gr_sysfs = gr_gv11b_create_sysfs,
@@ -388,6 +388,10 @@ static const struct gpu_ops gv11b_ops = {
388 gr_gv11b_handle_tpc_sm_ecc_exception, 388 gr_gv11b_handle_tpc_sm_ecc_exception,
389 .decode_egpc_addr = gv11b_gr_decode_egpc_addr, 389 .decode_egpc_addr = gv11b_gr_decode_egpc_addr,
390 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data, 390 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data,
391 .init_gfxp_wfi_timeout_count =
392 gr_gv11b_init_gfxp_wfi_timeout_count,
393 .get_max_gfxp_wfi_timeout_count =
394 gr_gv11b_get_max_gfxp_wfi_timeout_count,
391 }, 395 },
392 .fb = { 396 .fb = {
393 .reset = gv11b_fb_reset, 397 .reset = gv11b_fb_reset,