summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 167bfaac..42ff647c 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -403,6 +403,7 @@ static const struct gpu_ops gp106_ops = {
403 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 403 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
404 .get_offset_in_gpccs_segment = 404 .get_offset_in_gpccs_segment =
405 gr_gk20a_get_offset_in_gpccs_segment, 405 gr_gk20a_get_offset_in_gpccs_segment,
406 .set_debug_mode = gm20b_gr_set_debug_mode,
406 }, 407 },
407 .fb = { 408 .fb = {
408 .reset = gp106_fb_reset, 409 .reset = gp106_fb_reset,