Added current engine clock and current memory clock to the status display (ADL only atm)

Automatically enable AMD powertune in benchmark-mode
This commit is contained in:
Jens Steube
2016-05-28 16:32:45 +02:00
parent 75a6e432db
commit e97fa06a7a
4 changed files with 59 additions and 4 deletions
+2
View File
@@ -1457,6 +1457,8 @@ int hm_check_fanspeed_control (void *adl, hm_attrs_t *hm_device, u32 *valid_adl_
int hm_get_temperature_with_device_id (const uint device_id);
int hm_get_fanspeed_with_device_id (const uint device_id);
int hm_get_utilization_with_device_id (const uint device_id);
int hm_get_memoryspeed_with_device_id (const uint device_id);
int hm_get_corespeed_with_device_id (const uint device_id);
int hm_set_fanspeed_with_device_id_amd (const uint device_id, const int fanspeed);