summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index e7996ce7..56360af4 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -81,6 +81,7 @@
81#include "vgpu_gr_gv11b.h" 81#include "vgpu_gr_gv11b.h"
82#include "vgpu_fifo_gv11b.h" 82#include "vgpu_fifo_gv11b.h"
83#include "vgpu_subctx_gv11b.h" 83#include "vgpu_subctx_gv11b.h"
84#include "vgpu_tsg_gv11b.h"
84 85
85#include <nvgpu/hw/gv11b/hw_fuse_gv11b.h> 86#include <nvgpu/hw/gv11b/hw_fuse_gv11b.h>
86#include <nvgpu/hw/gv11b/hw_fifo_gv11b.h> 87#include <nvgpu/hw/gv11b/hw_fifo_gv11b.h>
@@ -377,7 +378,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
377 .init_eng_method_buffers = gv11b_fifo_init_eng_method_buffers, 378 .init_eng_method_buffers = gv11b_fifo_init_eng_method_buffers,
378 .deinit_eng_method_buffers = 379 .deinit_eng_method_buffers =
379 gv11b_fifo_deinit_eng_method_buffers, 380 gv11b_fifo_deinit_eng_method_buffers,
380 .tsg_bind_channel = vgpu_tsg_bind_channel, 381 .tsg_bind_channel = vgpu_gv11b_tsg_bind_channel,
381 .tsg_unbind_channel = vgpu_tsg_unbind_channel, 382 .tsg_unbind_channel = vgpu_tsg_unbind_channel,
382#ifdef CONFIG_TEGRA_GK20A_NVHOST 383#ifdef CONFIG_TEGRA_GK20A_NVHOST
383 .alloc_syncpt_buf = vgpu_gv11b_fifo_alloc_syncpt_buf, 384 .alloc_syncpt_buf = vgpu_gv11b_fifo_alloc_syncpt_buf,