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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 8af70cf5..a22350ce 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -401,6 +401,8 @@ static const struct gpu_ops gp106_ops = {
401 .alloc_global_ctx_buffers = gr_gk20a_alloc_global_ctx_buffers, 401 .alloc_global_ctx_buffers = gr_gk20a_alloc_global_ctx_buffers,
402 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers, 402 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers,
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 =
405 gr_gk20a_get_offset_in_gpccs_segment,
404 }, 406 },
405 .fb = { 407 .fb = {
406 .reset = gp106_fb_reset, 408 .reset = gp106_fb_reset,