summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index 8c9e58f7..26e444cc 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -1779,8 +1779,7 @@ int gv11b_init_fifo_setup_hw(struct gk20a *g)
1779 1779
1780 f->t19x.usermode_regs = g->regs + usermode_cfg0_r(); 1780 f->t19x.usermode_regs = g->regs + usermode_cfg0_r();
1781 f->t19x.max_subctx_count = 1781 f->t19x.max_subctx_count =
1782 gr_pri_fe_chip_def_info_max_veid_count_v( 1782 gr_pri_fe_chip_def_info_max_veid_count_init_v();
1783 gk20a_readl(g, gr_pri_fe_chip_def_info_r()));
1784 return 0; 1783 return 0;
1785} 1784}
1786 1785