Open memchr opened 1 year ago
This is because while you're using the iGPU we can access the gpu_metrics table which includes cpu power readings. The officially supported way to get power readings on ryzen requires that you install a kernel driver. From readme:
Note: The zenpower3 or zenergy kernel driver must be installed to show the power draw of Ryzen CPUs.
While this is the current case, I would like to support getting the power from gpu_metrics even while not using the iGPU. This issue should stay open until that is fixed
On a system with an AMD CPU and hybrid graphics with an NVIDIA GPU (i.e. integrated AMD graphics and NVIDIA GPU), if and only if the NVIDIA GPU is used, mangohud does not display AMD CPU power draw.
List relevant hardware/software information
Through debugging, mangohud has used
get_cpu_power_amdgpu
on this particular system.To Reproduce
Observe that CPU power remains at zero.
Expected behavior
CPU power is reported correctly.