summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 43f673f5..7699cd53 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -969,6 +969,9 @@ struct gk20a {
969 /* PCIe power states. */ 969 /* PCIe power states. */
970 bool xve_l0s; 970 bool xve_l0s;
971 bool xve_l1; 971 bool xve_l1;
972
973 /* Current warning temp in sfxp24.8 */
974 s32 curr_warn_temp;
972}; 975};
973 976
974static inline unsigned long gk20a_get_gr_idle_timeout(struct gk20a *g) 977static inline unsigned long gk20a_get_gr_idle_timeout(struct gk20a *g)