summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 87775a3f..2b58e1c4 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -418,6 +418,8 @@ static const struct gpu_ops gv11b_ops = {
418 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers, 418 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers,
419 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 419 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
420 .get_nonpes_aware_tpc = gr_gv11b_get_nonpes_aware_tpc, 420 .get_nonpes_aware_tpc = gr_gv11b_get_nonpes_aware_tpc,
421 .get_offset_in_gpccs_segment =
422 gr_gk20a_get_offset_in_gpccs_segment,
421 }, 423 },
422 .fb = { 424 .fb = {
423 .reset = gv11b_fb_reset, 425 .reset = gv11b_fb_reset,