summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index f13c2735..5ae6b638 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -332,6 +332,10 @@ static const struct gpu_ops gp10b_ops = {
332 .create_gr_sysfs = gr_gp10b_create_sysfs, 332 .create_gr_sysfs = gr_gp10b_create_sysfs,
333 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode, 333 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode,
334 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data, 334 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data,
335 .init_gfxp_wfi_timeout_count =
336 gr_gp10b_init_gfxp_wfi_timeout_count,
337 .get_max_gfxp_wfi_timeout_count =
338 gr_gp10b_get_max_gfxp_wfi_timeout_count,
335 }, 339 },
336 .fb = { 340 .fb = {
337 .reset = fb_gk20a_reset, 341 .reset = fb_gk20a_reset,