summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index ff9fc8c6..d87975d1 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -422,6 +422,7 @@ static const struct gpu_ops gv11b_ops = {
422 .get_nonpes_aware_tpc = gr_gv11b_get_nonpes_aware_tpc, 422 .get_nonpes_aware_tpc = gr_gv11b_get_nonpes_aware_tpc,
423 .get_offset_in_gpccs_segment = 423 .get_offset_in_gpccs_segment =
424 gr_gk20a_get_offset_in_gpccs_segment, 424 gr_gk20a_get_offset_in_gpccs_segment,
425 .set_debug_mode = gm20b_gr_set_debug_mode,
425 }, 426 },
426 .fb = { 427 .fb = {
427 .reset = gv11b_fb_reset, 428 .reset = gv11b_fb_reset,