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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 44bcb123..66f25e24 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -272,6 +272,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
272 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 272 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
273 .get_offset_in_gpccs_segment = 273 .get_offset_in_gpccs_segment =
274 gr_gk20a_get_offset_in_gpccs_segment, 274 gr_gk20a_get_offset_in_gpccs_segment,
275 .set_debug_mode = gm20b_gr_set_debug_mode,
275 }, 276 },
276 .fb = { 277 .fb = {
277 .reset = NULL, 278 .reset = NULL,