]> Gentwo Git Trees - linux/.git/commit
drm/xe/hwmon: Remove type casting
authorMallesh Koujalagi <mallesh.koujalagi@intel.com>
Fri, 12 Sep 2025 11:34:58 +0000 (17:04 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 12 Sep 2025 14:36:50 +0000 (07:36 -0700)
commit4e1d3b5e6423dc841acd8691d75626b3d3b2b6a8
tree62615715db558802f37e2cc44cf41641077326ef
parent9e0b0fd5311ef68638abcd05306233b367c6b407
drm/xe/hwmon: Remove type casting

Refactor: eliminate type casts by using proper u32
declarations.

v2:
- Address review comments. (Karthik)

v3:
- Use the proper u32 type and drop cast. (Lucas De Marchi)
- Modify variable when actually using u64 value.
- Change r value to reg_value with u32 type.

v4:
- Remove newline between trailer and Signed-off-by. (Lucas De Marchi)
- Change reg_val to val for more user-friendly logging.
- Use mul_u32_u32 function since both values are u32.

v5:
- mul_u32_u32 function with shift. (Lucas De Marchi)

Fixes: 7596d839f6228 ("drm/xe/hwmon: Add support to manage power limits though mailbox")
Signed-off-by: Mallesh Koujalagi <mallesh.koujalagi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250912113458.2815172-1-mallesh.koujalagi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_hwmon.c