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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 5282af05..7ae8898b 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -393,6 +393,7 @@ static const struct gpu_ops gv11b_ops = {
393 .dump_ctxsw_stats = gr_gp10b_dump_ctxsw_stats, 393 .dump_ctxsw_stats = gr_gp10b_dump_ctxsw_stats,
394 .fecs_host_int_enable = gr_gv11b_fecs_host_int_enable, 394 .fecs_host_int_enable = gr_gv11b_fecs_host_int_enable,
395 .handle_ssync_hww = gr_gv11b_handle_ssync_hww, 395 .handle_ssync_hww = gr_gv11b_handle_ssync_hww,
396 .set_error_notifier = gk20a_gr_set_error_notifier,
396 }, 397 },
397 .fb = { 398 .fb = {
398 .reset = gv11b_fb_reset, 399 .reset = gv11b_fb_reset,