summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 5da9fed5..dbd00c23 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -232,10 +232,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
232 .update_boosted_ctx = NULL, 232 .update_boosted_ctx = NULL,
233 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 233 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
234 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 234 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
235#ifdef CONFIG_SYSFS
236 .create_gr_sysfs = gr_gv11b_create_sysfs,
237 .remove_gr_sysfs = gr_gv11b_remove_sysfs,
238#endif
239 .set_ctxsw_preemption_mode = vgpu_gr_gp10b_set_ctxsw_preemption_mode, 235 .set_ctxsw_preemption_mode = vgpu_gr_gp10b_set_ctxsw_preemption_mode,
240 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 236 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,
241 .egpc_etpc_priv_addr_table = gv11b_gr_egpc_etpc_priv_addr_table, 237 .egpc_etpc_priv_addr_table = gv11b_gr_egpc_etpc_priv_addr_table,