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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 7609f6b0..d1befa0e 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -585,6 +585,8 @@ static const struct gpu_ops gv100_ops = {
585 .device_info_fault_id = top_device_info_data_fault_id_enum_v, 585 .device_info_fault_id = top_device_info_data_fault_id_enum_v,
586 .free_channel_ctx_header = gv11b_free_subctx_header, 586 .free_channel_ctx_header = gv11b_free_subctx_header,
587 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg, 587 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg,
588 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
589 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,
588 }, 590 },
589 .gr_ctx = { 591 .gr_ctx = {
590 .get_netlist_name = gr_gv100_get_netlist_name, 592 .get_netlist_name = gr_gv100_get_netlist_name,