summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorLakshmanan M <lm@nvidia.com>2016-11-07 05:19:00 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-10 06:54:56 -0500
commiteaeb5ff20f7663738cea2a415a7d923febf7ff85 (patch)
treefa81708fa3cbb8772fbce84a23bf4f71729acc33 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent21c83717b1826c854fe131528379b634a3c892c8 (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: If5ff2704e5aa6ad2f25123f72c3049a311dae5dc Signed-off-by: Lakshmanan M <lm@nvidia.com> Reviewed-on: http://git-master/r/1248964 (cherry picked from commit 1850e5a9b9dfa2f9df634e2f284ab282ad9f7fc8) Reviewed-on: http://git-master/r/1253452 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@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 9e0dd64a..b955a84a 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -593,6 +593,7 @@ struct gpu_ops {
593 int (*get_internal_sensor_curr_temp)(struct gk20a *g, u32 *temp_f24_8); 593 int (*get_internal_sensor_curr_temp)(struct gk20a *g, u32 *temp_f24_8);
594 void (*get_internal_sensor_limits)(s32 *max_24_8, 594 void (*get_internal_sensor_limits)(s32 *max_24_8,
595 s32 *min_24_8); 595 s32 *min_24_8);
596 u32 (*configure_therm_alert)(struct gk20a *g, s32 curr_warn_temp);
596 } therm; 597 } therm;
597 struct { 598 struct {
598 bool (*is_pmu_supported)(struct gk20a *g); 599 bool (*is_pmu_supported)(struct gk20a *g);