summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index fdbbef36..6134dedc 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -415,10 +415,6 @@ static const struct gpu_ops gv100_ops = {
415 .update_boosted_ctx = gr_gp10b_update_boosted_ctx, 415 .update_boosted_ctx = gr_gp10b_update_boosted_ctx,
416 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 416 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
417 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 417 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
418#ifdef CONFIG_SYSFS
419 .create_gr_sysfs = gr_gv11b_create_sysfs,
420 .remove_gr_sysfs = gr_gv11b_remove_sysfs,
421#endif
422 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode, 418 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode,
423 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 419 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,
424 .egpc_etpc_priv_addr_table = gv11b_gr_egpc_etpc_priv_addr_table, 420 .egpc_etpc_priv_addr_table = gv11b_gr_egpc_etpc_priv_addr_table,