summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 60beab9f..577c8f6e 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -380,7 +380,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
380 .pbdma_acquire_val = gk20a_fifo_pbdma_acquire_val, 380 .pbdma_acquire_val = gk20a_fifo_pbdma_acquire_val,
381 .preempt_channel = vgpu_fifo_preempt_channel, 381 .preempt_channel = vgpu_fifo_preempt_channel,
382 .preempt_tsg = vgpu_fifo_preempt_tsg, 382 .preempt_tsg = vgpu_fifo_preempt_tsg,
383 .enable_tsg = vgpu_enable_tsg, 383 .enable_tsg = vgpu_gv11b_enable_tsg,
384 .disable_tsg = gk20a_disable_tsg, 384 .disable_tsg = gk20a_disable_tsg,
385 .tsg_verify_channel_status = NULL, 385 .tsg_verify_channel_status = NULL,
386 .tsg_verify_status_ctx_reload = NULL, 386 .tsg_verify_status_ctx_reload = NULL,