power_in_watts 2209 drivers/gpu/drm/amd/amdgpu/si_dpm.c static u32 si_scale_power_for_smc(u32 power_in_watts, u32 scaling_factor) power_in_watts 2211 drivers/gpu/drm/amd/amdgpu/si_dpm.c return power_in_watts; power_in_watts 1377 drivers/gpu/drm/radeon/ni_dpm.c static u32 ni_scale_power_for_smc(u32 power_in_watts, u32 scaling_factor) power_in_watts 1379 drivers/gpu/drm/radeon/ni_dpm.c return (power_in_watts * scaling_factor) << 2; power_in_watts 2119 drivers/gpu/drm/radeon/si_dpm.c static u32 si_scale_power_for_smc(u32 power_in_watts, u32 scaling_factor) power_in_watts 2121 drivers/gpu/drm/radeon/si_dpm.c return power_in_watts;