summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 80d0ae54..dd4dfdae 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -342,7 +342,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
342 .enable_tsg = gk20a_enable_tsg, 342 .enable_tsg = gk20a_enable_tsg,
343 .disable_tsg = gk20a_disable_tsg, 343 .disable_tsg = gk20a_disable_tsg,
344 .tsg_verify_channel_status = NULL, 344 .tsg_verify_channel_status = NULL,
345 .tsg_verify_status_ctx_reload = gm20b_fifo_tsg_verify_status_ctx_reload, 345 .tsg_verify_status_ctx_reload = NULL,
346 /* TODO: implement it for CE fault */ 346 /* TODO: implement it for CE fault */
347 .tsg_verify_status_faulted = NULL, 347 .tsg_verify_status_faulted = NULL,
348 .update_runlist = vgpu_fifo_update_runlist, 348 .update_runlist = vgpu_fifo_update_runlist,