summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm/thrmpmu.h
diff options
context:
space:
mode:
authorLakshmanan M <lm@nvidia.com>2016-10-25 07:03:11 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:51 -0500
commit3621d35f95d6060d87a31164b7884fc1e896989f (patch)
tree8c8bef2954949a965d40c2b767e828084d8a8f63 /drivers/gpu/nvgpu/therm/thrmpmu.h
parent58b85dd106f35d16ff568f8836dcbc7a019854b4 (diff)
gpu: nvgpu: Add PMU thermal RPC for WARN_TEMP
Added PMU thermal slct RPC handling for WARN_TEMP threshold configuration. JIRA DNVGPU-130 Change-Id: Iac96557080907bd091217fe983d6a951d0be1da4 Signed-off-by: Lakshmanan M <lm@nvidia.com> Reviewed-on: http://git-master/r/1242133 (cherry picked from commit 8bca85490e716b974315093c47d0d54ec5fb7e0f) Reviewed-on: http://git-master/r/1246213 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/therm/thrmpmu.h')
-rw-r--r--drivers/gpu/nvgpu/therm/thrmpmu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrmpmu.h b/drivers/gpu/nvgpu/therm/thrmpmu.h
index 007af720..e6f70411 100644
--- a/drivers/gpu/nvgpu/therm/thrmpmu.h
+++ b/drivers/gpu/nvgpu/therm/thrmpmu.h
@@ -17,4 +17,6 @@
17 17
18u32 therm_send_pmgr_tables_to_pmu(struct gk20a *g); 18u32 therm_send_pmgr_tables_to_pmu(struct gk20a *g);
19 19
20u32 therm_set_warn_temp_limit(struct gk20a *g);
21
20#endif 22#endif