diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 611d33d855ff..5252580621bc 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1560,6 +1560,8 @@ struct amdgpu_dpm_funcs { | |||
1560 | u32 (*get_fan_control_mode)(struct amdgpu_device *adev); | 1560 | u32 (*get_fan_control_mode)(struct amdgpu_device *adev); |
1561 | int (*set_fan_speed_percent)(struct amdgpu_device *adev, u32 speed); | 1561 | int (*set_fan_speed_percent)(struct amdgpu_device *adev, u32 speed); |
1562 | int (*get_fan_speed_percent)(struct amdgpu_device *adev, u32 *speed); | 1562 | int (*get_fan_speed_percent)(struct amdgpu_device *adev, u32 *speed); |
1563 | int (*force_clock_level)(struct amdgpu_device *adev, enum pp_clock_type type, uint32_t mask); | ||
1564 | int (*print_clock_levels)(struct amdgpu_device *adev, enum pp_clock_type type, char *buf); | ||
1563 | }; | 1565 | }; |
1564 | 1566 | ||
1565 | struct amdgpu_dpm { | 1567 | struct amdgpu_dpm { |