summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-03-16 16:22:26 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-04 19:04:26 -0400
commit0778d7f33181e4f945083e8e051d5f9476fe5968 (patch)
tree5e181d064505776dc5f19205d83f0351214a501d /drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
parent06fe28567d45c8fb1c2a04f0f007fa5d750b849d (diff)
gpu: nvgpu: add teardown_ch_tsg fifo ops
teardown_ch_tsg fifo ops added as t19x s/w recovery procedure is different than legacy chips. JIRA GPUT19X-7 Change-Id: I5b88f2c1a19d309e5c97c588ddf9689163a75fea Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1327932 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fifo_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
index fc653357..edf962de 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
@@ -226,4 +226,5 @@ void gm20b_init_fifo(struct gpu_ops *gops)
226 gops->fifo.is_preempt_pending = gk20a_fifo_is_preempt_pending; 226 gops->fifo.is_preempt_pending = gk20a_fifo_is_preempt_pending;
227 gops->fifo.init_pbdma_intr_descs = gm20b_fifo_init_pbdma_intr_descs; 227 gops->fifo.init_pbdma_intr_descs = gm20b_fifo_init_pbdma_intr_descs;
228 gops->fifo.reset_enable_hw = gk20a_init_fifo_reset_enable_hw; 228 gops->fifo.reset_enable_hw = gk20a_init_fifo_reset_enable_hw;
229 gops->fifo.teardown_ch_tsg = gk20a_fifo_teardown_ch_tsg;
229} 230}