summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_therm_gv11b.h34
1 files changed, 33 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_therm_gv11b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_therm_gv11b.h
index 3afe7501..0050083c 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_therm_gv11b.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_therm_gv11b.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -332,6 +332,38 @@ static inline u32 therm_clk_slowdown_idle_factor_disabled_f(void)
332{ 332{
333 return 0x0U; 333 return 0x0U;
334} 334}
335static inline u32 therm_clk_slowdown_2_r(u32 i)
336{
337 return 0x000201a0U + i*4U;
338}
339static inline u32 therm_clk_slowdown_2_idle_condition_a_select_f(u32 v)
340{
341 return (v & 0xfU) << 0U;
342}
343static inline u32 therm_clk_slowdown_2_idle_condition_a_type_f(u32 v)
344{
345 return (v & 0x7U) << 4U;
346}
347static inline u32 therm_clk_slowdown_2_idle_condition_a_type_v(u32 r)
348{
349 return (r >> 4U) & 0x7U;
350}
351static inline u32 therm_clk_slowdown_2_idle_condition_a_type_never_f(void)
352{
353 return 0x40U;
354}
355static inline u32 therm_clk_slowdown_2_idle_condition_b_type_f(u32 v)
356{
357 return (v & 0x7U) << 12U;
358}
359static inline u32 therm_clk_slowdown_2_idle_condition_b_type_v(u32 r)
360{
361 return (r >> 12U) & 0x7U;
362}
363static inline u32 therm_clk_slowdown_2_idle_condition_b_type_never_f(void)
364{
365 return 0x4000U;
366}
335static inline u32 therm_grad_stepping_table_r(u32 i) 367static inline u32 therm_grad_stepping_table_r(u32 i)
336{ 368{
337 return 0x000202c8U + i*4U; 369 return 0x000202c8U + i*4U;