summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 090ac7b4..fc0f9c84 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -215,10 +215,6 @@ static const struct gpu_ops vgpu_gp10b_ops = {
215 .update_boosted_ctx = NULL, 215 .update_boosted_ctx = NULL,
216 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 216 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
217 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 217 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
218#ifdef CONFIG_SYSFS
219 .create_gr_sysfs = gr_gp10b_create_sysfs,
220 .remove_gr_sysfs = gr_gp10b_remove_sysfs,
221#endif
222 .set_ctxsw_preemption_mode = 218 .set_ctxsw_preemption_mode =
223 vgpu_gr_gp10b_set_ctxsw_preemption_mode, 219 vgpu_gr_gp10b_set_ctxsw_preemption_mode,
224 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data, 220 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data,