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 d2136466..a03ae03e 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -509,6 +509,7 @@ static const struct gpu_ops gv100_ops = {
509 .free_channel_ctx_header = gv11b_free_subctx_header, 509 .free_channel_ctx_header = gv11b_free_subctx_header,
510 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg, 510 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg,
511 .handle_ctxsw_timeout = gv11b_fifo_handle_ctxsw_timeout, 511 .handle_ctxsw_timeout = gv11b_fifo_handle_ctxsw_timeout,
512 .apply_ctxsw_timeout_intr = gv100_apply_ctxsw_timeout_intr,
512 }, 513 },
513 .gr_ctx = { 514 .gr_ctx = {
514 .get_netlist_name = gr_gv100_get_netlist_name, 515 .get_netlist_name = gr_gv100_get_netlist_name,