Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h505 int amdgpu_dpm_set_fan_speed_rpm(struct amdgpu_device *adev,
/Linux-v6.6/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c2639 err = amdgpu_dpm_set_fan_speed_rpm(adev, value); in amdgpu_hwmon_set_fan1_target()
3280 (amdgpu_dpm_set_fan_speed_rpm(adev, U32_MAX) == -EOPNOTSUPP) && in hwmon_attributes_visible()
3286 if ((amdgpu_dpm_set_fan_speed_rpm(adev, U32_MAX) == -EOPNOTSUPP) && in hwmon_attributes_visible()
Damdgpu_dpm.c1342 int amdgpu_dpm_set_fan_speed_rpm(struct amdgpu_device *adev, in amdgpu_dpm_set_fan_speed_rpm() function