summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 45325469..e2fcbf08 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -518,6 +518,7 @@ static const struct gpu_ops gv100_ops = {
518 .channel_suspend = gk20a_channel_suspend, 518 .channel_suspend = gk20a_channel_suspend,
519 .channel_resume = gk20a_channel_resume, 519 .channel_resume = gk20a_channel_resume,
520 .set_error_notifier = nvgpu_set_error_notifier, 520 .set_error_notifier = nvgpu_set_error_notifier,
521 .setup_sw = gk20a_init_fifo_setup_sw,
521#ifdef CONFIG_TEGRA_GK20A_NVHOST 522#ifdef CONFIG_TEGRA_GK20A_NVHOST
522 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf, 523 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf,
523 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf, 524 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf,