From 0956d26143b5313f590fcaf008a2182a08b9967c Mon Sep 17 00:00:00 2001 From: seshendra Gadagottu Date: Fri, 20 Oct 2017 14:52:43 -0700 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1582849 GVS: Gerrit_Virtual_Submit Reviewed-by: svccoveritychecker Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_therm_gv11b.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'drivers/gpu/nvgpu/include') 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 ce265901..8f8981e8 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 @@ -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) { -- cgit v1.2.2