summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 78633e9b..a03ad28a 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -477,6 +477,7 @@ static const struct gpu_ops gp10b_ops = {
477 .channel_suspend = gk20a_channel_suspend, 477 .channel_suspend = gk20a_channel_suspend,
478 .channel_resume = gk20a_channel_resume, 478 .channel_resume = gk20a_channel_resume,
479 .set_error_notifier = nvgpu_set_error_notifier, 479 .set_error_notifier = nvgpu_set_error_notifier,
480 .setup_sw = gk20a_init_fifo_setup_sw,
480#ifdef CONFIG_TEGRA_GK20A_NVHOST 481#ifdef CONFIG_TEGRA_GK20A_NVHOST
481 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 482 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
482 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 483 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,