Searched refs:DownHyst (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu71_discrete.h69 uint8_t DownHyst; member in struct:SMU71_Discrete_GraphicsLevel
130 uint8_t DownHyst; member in struct:SMU71_Discrete_MemoryLevel
429 uint8_t DownHyst; member in struct:SMU71_MclkDpmScoreboard
H A Dsmu72_discrete.h67 uint8_t DownHyst; member in struct:SMU72_Discrete_GraphicsLevel
122 uint8_t DownHyst; member in struct:SMU72_Discrete_MemoryLevel
431 uint8_t DownHyst; member in struct:SMU7_MclkDpmScoreboard
H A Dsmu74_discrete.h97 uint8_t DownHyst; member in struct:SMU74_Discrete_GraphicsLevel
145 uint8_t DownHyst; member in struct:SMU74_Discrete_MemoryLevel
426 uint8_t DownHyst; member in struct:SMU7_MclkDpmScoreboard
H A Dsmu75_discrete.h98 uint8_t DownHyst; member in struct:SMU75_Discrete_GraphicsLevel
150 uint8_t DownHyst; member in struct:SMU75_Discrete_MemoryLevel
432 uint8_t DownHyst; member in struct:SMU7_MclkDpmScoreboard
H A Dsmu73_discrete.h63 uint8_t DownHyst; member in struct:SMU73_Discrete_GraphicsLevel
113 uint8_t DownHyst; member in struct:SMU73_Discrete_MemoryLevel
413 uint8_t DownHyst; member in struct:SMU7_MclkDpmScoreboard
H A Dsmu71.h158 uint8_t DownHyst; member in struct:SMU7_LocalDpmScoreboard
H A Dsmu72.h244 uint8_t DownHyst; member in struct:SMU7_LocalDpmScoreboard
H A Dsmu73.h236 uint8_t DownHyst; member in struct:SMU7_LocalDpmScoreboard
H A Dsmu74.h271 uint8_t DownHyst; member in struct:SMU7_LocalDpmScoreboard
H A Dsmu75.h205 uint8_t DownHyst; member in struct:SMU7_LocalDpmScoreboard
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c88 /* Voltage, Frequency, DpmLevel, DivId, Level, FuncCntl3, FuncCntl4, Spectrum, Spectrum2, DynRm, DynRm1 Did, Watermark, ForActivity, ForThrottle, UpHyst, DownHyst, DownHyst, Throttle */
970 level->DownHyst = data->current_profile_setting.sclk_down_hyst;
1188 mem_level->DownHyst = data->current_profile_setting.mclk_down_hyst;
1406 table->MemoryACPILevel.DownHyst = 100;
2589 levels[i].DownHyst != setting->sclk_down_hyst) {
2591 levels[i].DownHyst = setting->sclk_down_hyst;
2595 + offsetof(SMU73_Discrete_GraphicsLevel, DownHyst);
2599 tmp = phm_set_field_to_u32(down_hyst_offset, tmp, levels[i].DownHyst, sizeof(uint8_t));
2624 mclk_levels[i].DownHyst !
[all...]
H A Dpolaris10_smumgr.c82 /* Voltage, DpmLevel, DivId, Level, FuncCntl3, FuncCntl4, DynRm, DynRm1 Did, Padding,ForActivity, ForThrottle, UpHyst, DownHyst, DownHyst, Throttle */
990 level->DownHyst = data->current_profile_setting.sclk_down_hyst;
1005 level->DownHyst = (uint8_t)data->down_hyst;
1182 mem_level->DownHyst = data->current_profile_setting.mclk_down_hyst;
1353 table->MemoryACPILevel.DownHyst = 100;
2627 levels[i].DownHyst != setting->sclk_down_hyst) {
2629 levels[i].DownHyst = setting->sclk_down_hyst;
2633 + offsetof(SMU74_Discrete_GraphicsLevel, DownHyst);
2637 tmp = phm_set_field_to_u32(down_hyst_offset, tmp, levels[i].DownHyst, sizeo
[all...]
H A Dtonga_smumgr.c654 graphic_level->DownHyst = data->current_profile_setting.sclk_down_hyst;
1002 memory_level->DownHyst = data->current_profile_setting.mclk_down_hyst;
1292 table->MemoryACPILevel.DownHyst = 100;
3188 levels[i].DownHyst != setting->sclk_down_hyst) {
3190 levels[i].DownHyst = setting->sclk_down_hyst;
3194 + offsetof(SMU72_Discrete_GraphicsLevel, DownHyst);
3198 tmp = phm_set_field_to_u32(down_hyst_offset, tmp, levels[i].DownHyst, sizeof(uint8_t));
3223 mclk_levels[i].DownHyst != setting->mclk_down_hyst) {
3225 mclk_levels[i].DownHyst = setting->mclk_down_hyst;
3229 + offsetof(SMU72_Discrete_MemoryLevel, DownHyst);
[all...]
H A Dvegam_smumgr.c898 levels[i].DownHyst = (uint8_t)
1062 levels[i].DownHyst = (uint8_t)
1183 table->MemoryACPILevel.DownHyst = 100;
H A Diceland_smumgr.c927 graphic_level->DownHyst = data->current_profile_setting.sclk_down_hyst;
1268 memory_level->DownHyst = data->current_profile_setting.mclk_down_hyst;
1550 table->MemoryACPILevel.DownHyst = 100;

Completed in 296 milliseconds