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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index f0187dab..b38260a5 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -517,7 +517,7 @@ static const struct gpu_ops gv100_ops = {
517 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout, 517 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout,
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_if_empty,
521 .setup_sw = gk20a_init_fifo_setup_sw, 521 .setup_sw = gk20a_init_fifo_setup_sw,
522#ifdef CONFIG_TEGRA_GK20A_NVHOST 522#ifdef CONFIG_TEGRA_GK20A_NVHOST
523 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf, 523 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf,