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 0aac68ff..82e8826e 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -445,6 +445,7 @@ static const struct gpu_ops gm20b_ops = {
445 .channel_suspend = gk20a_channel_suspend, 445 .channel_suspend = gk20a_channel_suspend,
446 .channel_resume = gk20a_channel_resume, 446 .channel_resume = gk20a_channel_resume,
447 .set_error_notifier = nvgpu_set_error_notifier, 447 .set_error_notifier = nvgpu_set_error_notifier,
448 .setup_sw = gk20a_init_fifo_setup_sw,
448#ifdef CONFIG_TEGRA_GK20A_NVHOST 449#ifdef CONFIG_TEGRA_GK20A_NVHOST
449 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 450 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
450 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 451 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,