Searched defs:profile_mode_setting (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
H A D | smu7_hwmgr.h | 194 struct profile_mode_setting { struct 195 uint8_t bupdate_sclk; 196 uint8_t sclk_up_hyst; 197 uint8_t sclk_down_hyst; 198 uint16_t sclk_activity; 199 uint8_t bupdate_mclk; 200 uint8_t mclk_up_hyst; 201 uint8_t mclk_down_hyst; 202 uint16_t mclk_activity;
|
H A D | amdgpu_smu10_hwmgr.c | 1245 profile_mode_setting[6][4] = {{70, 60, 0, 0,}, in smu10_get_power_profile_mode() local
|
H A D | amdgpu_vega10_hwmgr.c | 4980 static const uint8_t profile_mode_setting[6][4] = {{70, 60, 0, 0,}, in vega10_get_power_profile_mode() local
|