summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-07-02 18:33:42 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-05 06:06:59 -0400
commit0e2e3898f7f8828ff9601d414f730b9fa8d09b3f (patch)
treeac1d3e5ec37423c7204a06f9767f2551a7658b34 /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parentb7ae37cc32babbb433a017df12300fe4b4d5e2ac (diff)
gpu: nvgpu: add suspend_single_sm gr ops
This is required to support multiple SM and t19x sm register address changes JIRA GPUT19X-75 Change-Id: Id104f611736535874cdaa5a2f768f692d799c2c5 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1512214 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index dd11a082..a9b7c2d7 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -615,8 +615,8 @@ int gr_gk20a_enable_ctxsw(struct gk20a *g);
615void gk20a_resume_single_sm(struct gk20a *g, 615void gk20a_resume_single_sm(struct gk20a *g,
616 u32 gpc, u32 tpc); 616 u32 gpc, u32 tpc);
617void gk20a_resume_all_sms(struct gk20a *g); 617void gk20a_resume_all_sms(struct gk20a *g);
618void gk20a_suspend_single_sm(struct gk20a *g, 618void gk20a_gr_suspend_single_sm(struct gk20a *g,
619 u32 gpc, u32 tpc, 619 u32 gpc, u32 tpc, u32 sm,
620 u32 global_esr_mask, bool check_errors); 620 u32 global_esr_mask, bool check_errors);
621void gk20a_suspend_all_sms(struct gk20a *g, 621void gk20a_suspend_all_sms(struct gk20a *g,
622 u32 global_esr_mask, bool check_errors); 622 u32 global_esr_mask, bool check_errors);