summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index f4ae1314..9e42c6ba 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -365,6 +365,7 @@ static const struct gpu_ops gp10b_ops = {
365 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 365 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
366 .get_offset_in_gpccs_segment = 366 .get_offset_in_gpccs_segment =
367 gr_gk20a_get_offset_in_gpccs_segment, 367 gr_gk20a_get_offset_in_gpccs_segment,
368 .set_debug_mode = gm20b_gr_set_debug_mode,
368 }, 369 },
369 .fb = { 370 .fb = {
370 .reset = fb_gk20a_reset, 371 .reset = fb_gk20a_reset,