summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 0a58445f..9fc3a494 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -461,6 +461,8 @@ static const struct gpu_ops gm20b_ops = {
461 .get_syncpt_incr_cmd_size = gk20a_fifo_get_syncpt_incr_cmd_size, 461 .get_syncpt_incr_cmd_size = gk20a_fifo_get_syncpt_incr_cmd_size,
462 .get_sync_ro_map = NULL, 462 .get_sync_ro_map = NULL,
463#endif 463#endif
464 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
465 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,
464 }, 466 },
465 .gr_ctx = { 467 .gr_ctx = {
466 .get_netlist_name = gr_gm20b_get_netlist_name, 468 .get_netlist_name = gr_gm20b_get_netlist_name,