Hello, I noticed a minor string-formatting issue in the 'amdgpu_pm_info' debugfs output when reading power consumption of my Radeon 780M.
The output fails to zero-fill the fractional portion of the Wattage readout to 3 decimal places. For example, when the hardware returns a value corresponding to 3.084 W (3084 mW), the driver seems to format it as "3.84 W" instead of "3.084 W". System Info: - GPU: AMD Radeon 780M (gfx1103) - Kernel Version: 7.0 Kind regards, Zdenek
