summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-07-02 20:04:05 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-05 06:07:00 -0400
commit5e17dc9419c05188646aeaec93fa83b3f80ac60d (patch)
tree89fa74c98efaa6396fc340a4c9284d1a2e07b102 /drivers/gpu/nvgpu/gp10b/gr_gp10b.c
parent1ab0eec6eae303fa2b2f7cc97b78aed4a9f895e5 (diff)
gpu: nvgpu: add resume_all_sms gr ops
This is required to support multiple SM and t19x sm register address changes JIRA GPUT19X-75 Change-Id: I844b5cf02a75ba397891a1100d917875e5a3e181 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1512217 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index a1be22df..e3ea4603 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -2000,7 +2000,7 @@ static bool gr_gp10b_suspend_context(struct channel_gk20a *ch,
2000 else 2000 else
2001 *cilp_preempt_pending = true; 2001 *cilp_preempt_pending = true;
2002 2002
2003 gk20a_resume_all_sms(g); 2003 g->ops.gr.resume_all_sms(g);
2004 } 2004 }
2005 2005
2006 ctx_resident = true; 2006 ctx_resident = true;