Searched refs:amdgpu_hwmon_show_power_cap_generic (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 3026 static ssize_t amdgpu_hwmon_show_power_cap_generic(struct device *dev, in amdgpu_hwmon_show_power_cap_generic() function 3058 return amdgpu_hwmon_show_power_cap_generic(dev, attr, buf, PP_PWR_LIMIT_MIN); in amdgpu_hwmon_show_power_cap_min() 3065 return amdgpu_hwmon_show_power_cap_generic(dev, attr, buf, PP_PWR_LIMIT_MAX); in amdgpu_hwmon_show_power_cap_max() 3073 return amdgpu_hwmon_show_power_cap_generic(dev, attr, buf, PP_PWR_LIMIT_CURRENT); in amdgpu_hwmon_show_power_cap() 3081 return amdgpu_hwmon_show_power_cap_generic(dev, attr, buf, PP_PWR_LIMIT_DEFAULT); in amdgpu_hwmon_show_power_cap_default()
|