summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
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/gm20b/gr_gm20b.c
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/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 043e2855..d985a44d 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1631,4 +1631,5 @@ void gm20b_init_gr(struct gpu_ops *gops)
1631 gops->gr.tpc_enabled_exceptions = gr_gk20a_tpc_enabled_exceptions; 1631 gops->gr.tpc_enabled_exceptions = gr_gk20a_tpc_enabled_exceptions;
1632 gops->gr.get_esr_sm_sel = gk20a_gr_get_esr_sm_sel; 1632 gops->gr.get_esr_sm_sel = gk20a_gr_get_esr_sm_sel;
1633 gops->gr.sm_debugger_attached = gk20a_gr_sm_debugger_attached; 1633 gops->gr.sm_debugger_attached = gk20a_gr_sm_debugger_attached;
1634 gops->gr.suspend_single_sm = gk20a_gr_suspend_single_sm;
1634} 1635}