summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-07-02 14:21:24 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-05 06:06:58 -0400
commitb7ae37cc32babbb433a017df12300fe4b4d5e2ac (patch)
treef70bea471be75ee1f97c139a3b6099bf559c3f0d /drivers/gpu/nvgpu/gk20a/gk20a.h
parent3b1ab45ccc40683c4b51dd9022c3aeed2e7666ba (diff)
gpu: nvgpu: add sm_debugger_attached gr ops
This is required to support t19x sm register address changes JIRA GPUT19X-75 Change-Id: I7f961147e0e6464a71e240487f7bc964b0544e5d Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1512213 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 61832320..a1ad96b9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -369,6 +369,7 @@ struct gpu_ops {
369 u32 (*tpc_enabled_exceptions)(struct gk20a *g); 369 u32 (*tpc_enabled_exceptions)(struct gk20a *g);
370 int (*set_czf_bypass)(struct gk20a *g, 370 int (*set_czf_bypass)(struct gk20a *g,
371 struct channel_gk20a *ch); 371 struct channel_gk20a *ch);
372 bool (*sm_debugger_attached)(struct gk20a *g);
372 } gr; 373 } gr;
373 struct { 374 struct {
374 void (*init_hw)(struct gk20a *g); 375 void (*init_hw)(struct gk20a *g);