summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index a2b23cca..3b80ede0 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -329,6 +329,7 @@ static const struct gpu_ops gm20b_ops = {
329 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 329 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
330 .get_offset_in_gpccs_segment = 330 .get_offset_in_gpccs_segment =
331 gr_gk20a_get_offset_in_gpccs_segment, 331 gr_gk20a_get_offset_in_gpccs_segment,
332 .set_debug_mode = gm20b_gr_set_debug_mode,
332 }, 333 },
333 .fb = { 334 .fb = {
334 .reset = fb_gk20a_reset, 335 .reset = fb_gk20a_reset,