mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: gv11b: sync hw header defines with generator
Updated hw_therm_gv11b related defines to sync with tool generated output. Change-Id: I9c6e879636730eda1c4608d6e18f47c3fe55893e Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1582849 GVS: Gerrit_Virtual_Submit Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
1b66699573
commit
0956d26143
@@ -242,7 +242,7 @@ static inline u32 therm_gate_ctrl_eng_idle_filt_exp_m(void)
|
||||
}
|
||||
static inline u32 therm_gate_ctrl_eng_idle_filt_exp__prod_f(void)
|
||||
{
|
||||
return 0x200;
|
||||
return 0x200U;
|
||||
}
|
||||
static inline u32 therm_gate_ctrl_eng_idle_filt_mant_f(u32 v)
|
||||
{
|
||||
@@ -254,7 +254,7 @@ static inline u32 therm_gate_ctrl_eng_idle_filt_mant_m(void)
|
||||
}
|
||||
static inline u32 therm_gate_ctrl_eng_idle_filt_mant__prod_f(void)
|
||||
{
|
||||
return 0x2000;
|
||||
return 0x2000U;
|
||||
}
|
||||
static inline u32 therm_gate_ctrl_eng_delay_before_f(u32 v)
|
||||
{
|
||||
@@ -266,7 +266,7 @@ static inline u32 therm_gate_ctrl_eng_delay_before_m(void)
|
||||
}
|
||||
static inline u32 therm_gate_ctrl_eng_delay_before__prod_f(void)
|
||||
{
|
||||
return 0x40000;
|
||||
return 0x40000U;
|
||||
}
|
||||
static inline u32 therm_gate_ctrl_eng_delay_after_f(u32 v)
|
||||
{
|
||||
@@ -278,7 +278,7 @@ static inline u32 therm_gate_ctrl_eng_delay_after_m(void)
|
||||
}
|
||||
static inline u32 therm_gate_ctrl_eng_delay_after__prod_f(void)
|
||||
{
|
||||
return 0x0;
|
||||
return 0x0U;
|
||||
}
|
||||
static inline u32 therm_fecs_idle_filter_r(void)
|
||||
{
|
||||
@@ -290,7 +290,7 @@ static inline u32 therm_fecs_idle_filter_value_m(void)
|
||||
}
|
||||
static inline u32 therm_fecs_idle_filter_value__prod_f(void)
|
||||
{
|
||||
return 0x0;
|
||||
return 0x0U;
|
||||
}
|
||||
static inline u32 therm_hubmmu_idle_filter_r(void)
|
||||
{
|
||||
@@ -302,7 +302,7 @@ static inline u32 therm_hubmmu_idle_filter_value_m(void)
|
||||
}
|
||||
static inline u32 therm_hubmmu_idle_filter_value__prod_f(void)
|
||||
{
|
||||
return 0x0;
|
||||
return 0x0U;
|
||||
}
|
||||
static inline u32 therm_clk_slowdown_r(u32 i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user