summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 59f72e13..b6f5a4cd 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -349,6 +349,7 @@ static const struct gpu_ops gp106_ops = {
349 .set_boosted_ctx = NULL, 349 .set_boosted_ctx = NULL,
350 .set_preemption_mode = gr_gp10b_set_preemption_mode, 350 .set_preemption_mode = gr_gp10b_set_preemption_mode,
351 .set_czf_bypass = gr_gp10b_set_czf_bypass, 351 .set_czf_bypass = gr_gp10b_set_czf_bypass,
352 .init_czf_bypass = gr_gp10b_init_czf_bypass,
352 .pre_process_sm_exception = gr_gp10b_pre_process_sm_exception, 353 .pre_process_sm_exception = gr_gp10b_pre_process_sm_exception,
353 .set_preemption_buffer_va = gr_gp10b_set_preemption_buffer_va, 354 .set_preemption_buffer_va = gr_gp10b_set_preemption_buffer_va,
354 .init_preemption_state = NULL, 355 .init_preemption_state = NULL,