summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index e77316d6..cad8ed97 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -506,6 +506,7 @@ static const struct gpu_ops gp106_ops = {
506 .channel_suspend = gk20a_channel_suspend, 506 .channel_suspend = gk20a_channel_suspend,
507 .channel_resume = gk20a_channel_resume, 507 .channel_resume = gk20a_channel_resume,
508 .set_error_notifier = nvgpu_set_error_notifier, 508 .set_error_notifier = nvgpu_set_error_notifier,
509 .setup_sw = gk20a_init_fifo_setup_sw,
509#ifdef CONFIG_TEGRA_GK20A_NVHOST 510#ifdef CONFIG_TEGRA_GK20A_NVHOST
510 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 511 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
511 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 512 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,