summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 102e6a04..9d059b72 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -451,6 +451,8 @@ static const struct gpu_ops gv100_ops = {
451 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers, 451 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers,
452 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 452 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
453 .get_nonpes_aware_tpc = gr_gv11b_get_nonpes_aware_tpc, 453 .get_nonpes_aware_tpc = gr_gv11b_get_nonpes_aware_tpc,
454 .get_offset_in_gpccs_segment =
455 gr_gk20a_get_offset_in_gpccs_segment,
454 }, 456 },
455 .fb = { 457 .fb = {
456 .reset = gv100_fb_reset, 458 .reset = gv100_fb_reset,