summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/therm/therm_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/therm/therm_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/common/therm/therm_gp106.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/common/therm/therm_gp106.h b/drivers/gpu/nvgpu/common/therm/therm_gp106.h
index a92c2e0f..e29c993f 100644
--- a/drivers/gpu/nvgpu/common/therm/therm_gp106.h
+++ b/drivers/gpu/nvgpu/common/therm/therm_gp106.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * general thermal control structures & definitions 2 * general thermal control structures & definitions
3 * 3 *
4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -31,9 +31,6 @@ struct gk20a;
31 31
32void gp106_get_internal_sensor_limits(s32 *max_24_8, s32 *min_24_8); 32void gp106_get_internal_sensor_limits(s32 *max_24_8, s32 *min_24_8);
33int gp106_get_internal_sensor_curr_temp(struct gk20a *g, u32 *temp_f24_8); 33int gp106_get_internal_sensor_curr_temp(struct gk20a *g, u32 *temp_f24_8);
34#ifdef CONFIG_DEBUG_FS
35void gp106_therm_debugfs_init(struct gk20a *g);
36#endif
37int gp106_elcg_init_idle_filters(struct gk20a *g); 34int gp106_elcg_init_idle_filters(struct gk20a *g);
38u32 gp106_configure_therm_alert(struct gk20a *g, s32 curr_warn_temp); 35u32 gp106_configure_therm_alert(struct gk20a *g, s32 curr_warn_temp);
39 36