summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm/thrmpmu.h
diff options
context:
space:
mode:
authorLakshmanan M <lm@nvidia.com>2016-11-07 05:24:56 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-10 06:55:05 -0500
commitd06966c4d9eefa823dd25b87224c2c4c489630e2 (patch)
tree034e9b4b566d01738fe860dedd0d822d5a311a74 /drivers/gpu/nvgpu/therm/thrmpmu.h
parent8a63a431c4ab42e8531614fd69e460b7fdc5e31f (diff)
gpu: nvgpu: Add thermal alert event handling
* Added the thermal alert event handling * Added the thermal alert event PMU RPC JIRA DNVGPU-130 Bug 200231080 Change-Id: I54ab0dc35a940e70733238fd95669db28389619a Signed-off-by: Lakshmanan M <lm@nvidia.com> Reviewed-on: http://git-master/r/1248968 (cherry picked from commit a20593c89a374d64201e4720552160a65533ecc3) Reviewed-on: http://git-master/r/1282076 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/therm/thrmpmu.h')
-rw-r--r--drivers/gpu/nvgpu/therm/thrmpmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrmpmu.h b/drivers/gpu/nvgpu/therm/thrmpmu.h
index e6f70411..8f0d7501 100644
--- a/drivers/gpu/nvgpu/therm/thrmpmu.h
+++ b/drivers/gpu/nvgpu/therm/thrmpmu.h
@@ -17,6 +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); 20u32 therm_configure_therm_alert(struct gk20a *g);
21 21
22#endif 22#endif