summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
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/gk20a/gr_gk20a.h
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/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 659b37a6..5a28deea 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -614,7 +614,7 @@ int gr_gk20a_disable_ctxsw(struct gk20a *g);
614int gr_gk20a_enable_ctxsw(struct gk20a *g); 614int gr_gk20a_enable_ctxsw(struct gk20a *g);
615void gk20a_gr_resume_single_sm(struct gk20a *g, 615void gk20a_gr_resume_single_sm(struct gk20a *g,
616 u32 gpc, u32 tpc, u32 sm); 616 u32 gpc, u32 tpc, u32 sm);
617void gk20a_resume_all_sms(struct gk20a *g); 617void gk20a_gr_resume_all_sms(struct gk20a *g);
618void gk20a_gr_suspend_single_sm(struct gk20a *g, 618void gk20a_gr_suspend_single_sm(struct gk20a *g,
619 u32 gpc, u32 tpc, u32 sm, 619 u32 gpc, u32 tpc, u32 sm,
620 u32 global_esr_mask, bool check_errors); 620 u32 global_esr_mask, bool check_errors);