Searched defs:amdgpu_dpm_funcs (Results 1 – 1 of 1) sorted by relevance
1572 struct amdgpu_dpm_funcs { struct1573 int (*get_temperature)(struct amdgpu_device *adev);1574 int (*pre_set_power_state)(struct amdgpu_device *adev);1575 int (*set_power_state)(struct amdgpu_device *adev);1576 void (*post_set_power_state)(struct amdgpu_device *adev);1577 void (*display_configuration_changed)(struct amdgpu_device *adev);1578 u32 (*get_sclk)(struct amdgpu_device *adev, bool low);1579 u32 (*get_mclk)(struct amdgpu_device *adev, bool low);1580 void (*print_power_state)(struct amdgpu_device *adev, struct amdgpu_ps *ps);1581 void (*debugfs_print_current_performance_level)(struct amdgpu_device *adev, struct seq_file *m);[all …]