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 94669eb3..f996e141 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -552,6 +552,7 @@ static const struct gpu_ops gp106_ops = {
552 .get_sema_wait_cmd_size = gk20a_fifo_get_sema_wait_cmd_size, 552 .get_sema_wait_cmd_size = gk20a_fifo_get_sema_wait_cmd_size,
553 .get_sema_incr_cmd_size = gk20a_fifo_get_sema_incr_cmd_size, 553 .get_sema_incr_cmd_size = gk20a_fifo_get_sema_incr_cmd_size,
554 .add_sema_cmd = gk20a_fifo_add_sema_cmd, 554 .add_sema_cmd = gk20a_fifo_add_sema_cmd,
555 .set_sm_exception_type_mask = gk20a_tsg_set_sm_exception_type_mask,
555 }, 556 },
556 .gr_ctx = { 557 .gr_ctx = {
557 .get_netlist_name = gr_gp106_get_netlist_name, 558 .get_netlist_name = gr_gp106_get_netlist_name,