Home
last modified time | relevance | path

Searched refs:centiwatt (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4895 uint32_t value, mwatt, centiwatt; in amdgpu_debugfs_pm_info_pp() local
4921 centiwatt = DIV_ROUND_CLOSEST(mwatt, 10); in amdgpu_debugfs_pm_info_pp()
4923 seq_printf(m, "\t%u.%02u W (average SoC including CPU)\n", centiwatt / 100, centiwatt % 100); in amdgpu_debugfs_pm_info_pp()
4925 seq_printf(m, "\t%u.%02u W (average SoC)\n", centiwatt / 100, centiwatt % 100); in amdgpu_debugfs_pm_info_pp()
4930 centiwatt = DIV_ROUND_CLOSEST(mwatt, 10); in amdgpu_debugfs_pm_info_pp()
4932 seq_printf(m, "\t%u.%02u W (current SoC including CPU)\n", centiwatt / 100, centiwatt % 100); in amdgpu_debugfs_pm_info_pp()
4934 seq_printf(m, "\t%u.%02u W (current SoC)\n", centiwatt / 100, centiwatt % 100); in amdgpu_debugfs_pm_info_pp()