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.c1
1 files changed, 1 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 6a946a6e..5c210519 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -216,6 +216,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
216 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 216 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
217#ifdef CONFIG_SYSFS 217#ifdef CONFIG_SYSFS
218 .create_gr_sysfs = gr_gp10b_create_sysfs, 218 .create_gr_sysfs = gr_gp10b_create_sysfs,
219 .remove_gr_sysfs = gr_gp10b_remove_sysfs,
219#endif 220#endif
220 .set_ctxsw_preemption_mode = 221 .set_ctxsw_preemption_mode =
221 vgpu_gr_gp10b_set_ctxsw_preemption_mode, 222 vgpu_gr_gp10b_set_ctxsw_preemption_mode,