summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c1
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c1
2 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 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,
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,