summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c b/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c
index bc6d2e69..05295fa0 100644
--- a/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c
+++ b/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c
@@ -275,7 +275,7 @@ static const struct gpu_ops vgpu_gm20b_ops = {
275 .pbdma_acquire_val = gk20a_fifo_pbdma_acquire_val, 275 .pbdma_acquire_val = gk20a_fifo_pbdma_acquire_val,
276 .preempt_channel = vgpu_fifo_preempt_channel, 276 .preempt_channel = vgpu_fifo_preempt_channel,
277 .preempt_tsg = vgpu_fifo_preempt_tsg, 277 .preempt_tsg = vgpu_fifo_preempt_tsg,
278 .enable_tsg = gk20a_enable_tsg, 278 .enable_tsg = vgpu_enable_tsg,
279 .disable_tsg = gk20a_disable_tsg, 279 .disable_tsg = gk20a_disable_tsg,
280 .tsg_verify_channel_status = NULL, 280 .tsg_verify_channel_status = NULL,
281 .tsg_verify_status_ctx_reload = NULL, 281 .tsg_verify_status_ctx_reload = NULL,