From 1ab0eec6eae303fa2b2f7cc97b78aed4a9f895e5 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Sun, 2 Jul 2017 16:43:31 -0700 Subject: gpu: nvgpu: add resume_single_sm gr ops This is required to support multiple SM and t19x sm register address changes JIRA GPUT19X-75 Change-Id: If8805bcc042c75ea70c1689306feb3c8bf011655 Signed-off-by: Seema Khowala Reviewed-on: https://git-master/r/1512216 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu --- drivers/gpu/nvgpu/gm20b/gr_gm20b.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c') diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c index 4cabf214..04c8824b 100644 --- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c @@ -1633,4 +1633,5 @@ void gm20b_init_gr(struct gpu_ops *gops) gops->gr.sm_debugger_attached = gk20a_gr_sm_debugger_attached; gops->gr.suspend_single_sm = gk20a_gr_suspend_single_sm; gops->gr.suspend_all_sms = gk20a_gr_suspend_all_sms; + gops->gr.resume_single_sm = gk20a_gr_resume_single_sm; } -- cgit v1.2.2