summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index b7b20dce..d1b60af5 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -524,6 +524,8 @@ static const struct gpu_ops gp106_ops = {
524#endif 524#endif
525 .resetup_ramfc = gp10b_fifo_resetup_ramfc, 525 .resetup_ramfc = gp10b_fifo_resetup_ramfc,
526 .device_info_fault_id = top_device_info_data_fault_id_enum_v, 526 .device_info_fault_id = top_device_info_data_fault_id_enum_v,
527 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
528 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,
527 }, 529 },
528 .gr_ctx = { 530 .gr_ctx = {
529 .get_netlist_name = gr_gp106_get_netlist_name, 531 .get_netlist_name = gr_gp106_get_netlist_name,