summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 9238c4d7..78633e9b 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -71,6 +71,7 @@
71#include <nvgpu/enabled.h> 71#include <nvgpu/enabled.h>
72#include <nvgpu/bus.h> 72#include <nvgpu/bus.h>
73#include <nvgpu/ctxsw_trace.h> 73#include <nvgpu/ctxsw_trace.h>
74#include <nvgpu/error_notifier.h>
74 75
75#include <nvgpu/hw/gp10b/hw_proj_gp10b.h> 76#include <nvgpu/hw/gp10b/hw_proj_gp10b.h>
76#include <nvgpu/hw/gp10b/hw_fuse_gp10b.h> 77#include <nvgpu/hw/gp10b/hw_fuse_gp10b.h>
@@ -475,6 +476,7 @@ static const struct gpu_ops gp10b_ops = {
475 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout, 476 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout,
476 .channel_suspend = gk20a_channel_suspend, 477 .channel_suspend = gk20a_channel_suspend,
477 .channel_resume = gk20a_channel_resume, 478 .channel_resume = gk20a_channel_resume,
479 .set_error_notifier = nvgpu_set_error_notifier,
478#ifdef CONFIG_TEGRA_GK20A_NVHOST 480#ifdef CONFIG_TEGRA_GK20A_NVHOST
479 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 481 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
480 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 482 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,