summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 1da114ac..4ee50f25 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -213,7 +213,9 @@ static const struct gpu_ops vgpu_gp10b_ops = {
213 .update_boosted_ctx = NULL, 213 .update_boosted_ctx = NULL,
214 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 214 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
215 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 215 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
216#ifdef CONFIG_SYSFS
216 .create_gr_sysfs = gr_gp10b_create_sysfs, 217 .create_gr_sysfs = gr_gp10b_create_sysfs,
218#endif
217 .set_ctxsw_preemption_mode = 219 .set_ctxsw_preemption_mode =
218 vgpu_gr_gp10b_set_ctxsw_preemption_mode, 220 vgpu_gr_gp10b_set_ctxsw_preemption_mode,
219 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data, 221 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data,