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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 58367bcb..b3efdc8a 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -436,6 +436,7 @@ static const struct gpu_ops gm20b_ops = {
436 .get_syncpt_wait_cmd_size = gk20a_fifo_get_syncpt_wait_cmd_size, 436 .get_syncpt_wait_cmd_size = gk20a_fifo_get_syncpt_wait_cmd_size,
437 .add_syncpt_incr_cmd = gk20a_fifo_add_syncpt_incr_cmd, 437 .add_syncpt_incr_cmd = gk20a_fifo_add_syncpt_incr_cmd,
438 .get_syncpt_incr_cmd_size = gk20a_fifo_get_syncpt_incr_cmd_size, 438 .get_syncpt_incr_cmd_size = gk20a_fifo_get_syncpt_incr_cmd_size,
439 .get_sync_ro_map = NULL,
439#endif 440#endif
440 }, 441 },
441 .gr_ctx = { 442 .gr_ctx = {