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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 2f2d278e..45325469 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -109,6 +109,7 @@
109#include <nvgpu/debug.h> 109#include <nvgpu/debug.h>
110#include <nvgpu/enabled.h> 110#include <nvgpu/enabled.h>
111#include <nvgpu/ctxsw_trace.h> 111#include <nvgpu/ctxsw_trace.h>
112#include <nvgpu/error_notifier.h>
112 113
113#include <nvgpu/hw/gv100/hw_proj_gv100.h> 114#include <nvgpu/hw/gv100/hw_proj_gv100.h>
114#include <nvgpu/hw/gv100/hw_fifo_gv100.h> 115#include <nvgpu/hw/gv100/hw_fifo_gv100.h>
@@ -516,6 +517,7 @@ static const struct gpu_ops gv100_ops = {
516 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout, 517 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout,
517 .channel_suspend = gk20a_channel_suspend, 518 .channel_suspend = gk20a_channel_suspend,
518 .channel_resume = gk20a_channel_resume, 519 .channel_resume = gk20a_channel_resume,
520 .set_error_notifier = nvgpu_set_error_notifier,
519#ifdef CONFIG_TEGRA_GK20A_NVHOST 521#ifdef CONFIG_TEGRA_GK20A_NVHOST
520 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf, 522 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf,
521 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf, 523 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf,