summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index d8e69dd8..2430be79 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -341,6 +341,7 @@ static const struct gpu_ops gp10b_ops = {
341 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 341 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
342#ifdef CONFIG_SYSFS 342#ifdef CONFIG_SYSFS
343 .create_gr_sysfs = gr_gp10b_create_sysfs, 343 .create_gr_sysfs = gr_gp10b_create_sysfs,
344 .remove_gr_sysfs = gr_gp10b_remove_sysfs,
344#endif 345#endif
345 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode, 346 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode,
346 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data, 347 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data,