summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100')
-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 c9ea2c2b..1091cbd2 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -399,7 +399,9 @@ static const struct gpu_ops gv100_ops = {
399 .update_boosted_ctx = gr_gp10b_update_boosted_ctx, 399 .update_boosted_ctx = gr_gp10b_update_boosted_ctx,
400 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 400 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
401 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 401 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
402#ifdef CONFIG_SYSFS
402 .create_gr_sysfs = gr_gv11b_create_sysfs, 403 .create_gr_sysfs = gr_gv11b_create_sysfs,
404#endif
403 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode, 405 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode,
404 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 406 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,
405 .egpc_etpc_priv_addr_table = gv11b_gr_egpc_etpc_priv_addr_table, 407 .egpc_etpc_priv_addr_table = gv11b_gr_egpc_etpc_priv_addr_table,