summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
authorAparna Das <aparnad@nvidia.com>2017-10-25 21:20:25 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-29 14:01:45 -0400
commitf7d8d133bf1b58722ede620fb43fab2053f5e714 (patch)
treef620ae7834f79739ed580fbb390f0fa0ff7a4636 /drivers/gpu/nvgpu/vgpu/gv11b
parent17609ab57ffca27efde17733505c1adaf57168b9 (diff)
gpu: nvgpu: vgpu: unset verify status ctx reload
Native code for verifying tsg status on ctx reload is not possible on vgpu. Unset gops->fifo.tsg_verify_status_faulted operation for vgpu for now. This needs to be implemented separately for vgpu later. Bug 200348087 Change-Id:Ib427f66e0897e37c34b882ead95ca8b84d595d72 Signed-off-by: Aparna Das <aparnad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1585784 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-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,