summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index ab08e09d..8b9f04dd 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -65,6 +65,7 @@
65 65
66#include <nvgpu/enabled.h> 66#include <nvgpu/enabled.h>
67#include <nvgpu/vgpu/vgpu.h> 67#include <nvgpu/vgpu/vgpu.h>
68#include <nvgpu/error_notifier.h>
68 69
69#include <nvgpu/hw/gp10b/hw_fuse_gp10b.h> 70#include <nvgpu/hw/gp10b/hw_fuse_gp10b.h>
70#include <nvgpu/hw/gp10b/hw_fifo_gp10b.h> 71#include <nvgpu/hw/gp10b/hw_fifo_gp10b.h>
@@ -349,6 +350,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
349 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout, 350 .check_ch_ctxsw_timeout = gk20a_fifo_check_ch_ctxsw_timeout,
350 .channel_suspend = gk20a_channel_suspend, 351 .channel_suspend = gk20a_channel_suspend,
351 .channel_resume = gk20a_channel_resume, 352 .channel_resume = gk20a_channel_resume,
353 .set_error_notifier = nvgpu_set_error_notifier,
352#ifdef CONFIG_TEGRA_GK20A_NVHOST 354#ifdef CONFIG_TEGRA_GK20A_NVHOST
353 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 355 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
354 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 356 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,