summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2018-07-10 14:08:23 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-07-19 16:55:32 -0400
commit5ff1b3fe5a30c926e59a55ad25dd4daf430c8579 (patch)
tree358e0b2c57c89bd644a4ed1cbebba7ce4215909f /drivers/gpu/nvgpu/vgpu/gv11b
parenta94dd24e262a7767684f051ee91b147d840bb8a0 (diff)
gpu: nvgpu: gv11b: issue runlist preempt during teardown
-During teardown issue runlist preempt -preempt_ch_tsg hal is removed as it is no more required. This hal was added to be called from teardown so that if there is preempt timeout, preempt timeout recovery is not triggered. Bug 200426402 Change-Id: I679e3306aa890ff0cfa211cfcc7d5405b7cb1211 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1775443 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.c1
1 files changed, 0 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 386389b7..5da9fed5 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -448,7 +448,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
448 .reschedule_runlist = NULL, 448 .reschedule_runlist = NULL,
449 .device_info_fault_id = top_device_info_data_fault_id_enum_v, 449 .device_info_fault_id = top_device_info_data_fault_id_enum_v,
450 .free_channel_ctx_header = vgpu_gv11b_free_subctx_header, 450 .free_channel_ctx_header = vgpu_gv11b_free_subctx_header,
451 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg,
452 .handle_ctxsw_timeout = gv11b_fifo_handle_ctxsw_timeout, 451 .handle_ctxsw_timeout = gv11b_fifo_handle_ctxsw_timeout,
453 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit, 452 .runlist_hw_submit = gk20a_fifo_runlist_hw_submit,
454 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending, 453 .runlist_wait_pending = gk20a_fifo_runlist_wait_pending,