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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 2f3c1a5e..e77316d6 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -89,6 +89,7 @@
89#include <nvgpu/bus.h> 89#include <nvgpu/bus.h>
90#include <nvgpu/enabled.h> 90#include <nvgpu/enabled.h>
91#include <nvgpu/ctxsw_trace.h> 91#include <nvgpu/ctxsw_trace.h>
92#include <nvgpu/error_notifier.h>
92 93
93#include <nvgpu/hw/gp106/hw_proj_gp106.h> 94#include <nvgpu/hw/gp106/hw_proj_gp106.h>
94#include <nvgpu/hw/gp106/hw_fifo_gp106.h> 95#include <nvgpu/hw/gp106/hw_fifo_gp106.h>
@@ -504,6 +505,7 @@ static const struct gpu_ops gp106_ops = {
504 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout, 505 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout,
505 .channel_suspend = gk20a_channel_suspend, 506 .channel_suspend = gk20a_channel_suspend,
506 .channel_resume = gk20a_channel_resume, 507 .channel_resume = gk20a_channel_resume,
508 .set_error_notifier = nvgpu_set_error_notifier,
507#ifdef CONFIG_TEGRA_GK20A_NVHOST 509#ifdef CONFIG_TEGRA_GK20A_NVHOST
508 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 510 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
509 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 511 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,