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.c1
1 files changed, 1 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 3aa9b092..fa8395eb 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -235,6 +235,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
235 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 235 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
236 .get_offset_in_gpccs_segment = 236 .get_offset_in_gpccs_segment =
237 gr_gk20a_get_offset_in_gpccs_segment, 237 gr_gk20a_get_offset_in_gpccs_segment,
238 .set_debug_mode = gm20b_gr_set_debug_mode,
238 }, 239 },
239 .fb = { 240 .fb = {
240 .reset = NULL, 241 .reset = NULL,