summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c1
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c
index 5b8307e5..164ac3d2 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -204,6 +204,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
204 .init_preemption_state = gr_gp10b_init_preemption_state, 204 .init_preemption_state = gr_gp10b_init_preemption_state,
205 .update_boosted_ctx = NULL, 205 .update_boosted_ctx = NULL,
206 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 206 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
207 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
207 .create_gr_sysfs = gr_gp10b_create_sysfs, 208 .create_gr_sysfs = gr_gp10b_create_sysfs,
208 .set_ctxsw_preemption_mode = 209 .set_ctxsw_preemption_mode =
209 vgpu_gr_gp10b_set_ctxsw_preemption_mode, 210 vgpu_gr_gp10b_set_ctxsw_preemption_mode,
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
index 0813ad75..d205f039 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -222,6 +222,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
222 .init_preemption_state = NULL, 222 .init_preemption_state = NULL,
223 .update_boosted_ctx = NULL, 223 .update_boosted_ctx = NULL,
224 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 224 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
225 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
225 .create_gr_sysfs = gr_gv11b_create_sysfs, 226 .create_gr_sysfs = gr_gv11b_create_sysfs,
226 .set_ctxsw_preemption_mode = vgpu_gr_gp10b_set_ctxsw_preemption_mode, 227 .set_ctxsw_preemption_mode = vgpu_gr_gp10b_set_ctxsw_preemption_mode,
227 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 228 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,