summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 9d575061..73543baf 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -372,6 +372,8 @@ static const struct gpu_ops vgpu_gp10b_ops = {
372#endif 372#endif
373 .resetup_ramfc = NULL, 373 .resetup_ramfc = NULL,
374 .device_info_fault_id = top_device_info_data_fault_id_enum_v, 374 .device_info_fault_id = top_device_info_data_fault_id_enum_v,
375 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
376 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,
375 }, 377 },
376 .gr_ctx = { 378 .gr_ctx = {
377 .get_netlist_name = gr_gp10b_get_netlist_name, 379 .get_netlist_name = gr_gp10b_get_netlist_name,