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

/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu71_discrete.h68 uint8_t UpHyst; member in struct:SMU71_Discrete_GraphicsLevel
129 uint8_t UpHyst; member in struct:SMU71_Discrete_MemoryLevel
427 uint8_t UpHyst; member in struct:SMU71_MclkDpmScoreboard
H A Dsmu72_discrete.h66 uint8_t UpHyst; member in struct:SMU72_Discrete_GraphicsLevel
121 uint8_t UpHyst; member in struct:SMU72_Discrete_MemoryLevel
429 uint8_t UpHyst; member in struct:SMU7_MclkDpmScoreboard
H A Dsmu74_discrete.h96 uint8_t UpHyst; member in struct:SMU74_Discrete_GraphicsLevel
144 uint8_t UpHyst; member in struct:SMU74_Discrete_MemoryLevel
424 uint8_t UpHyst; member in struct:SMU7_MclkDpmScoreboard
H A Dsmu75_discrete.h97 uint8_t UpHyst; member in struct:SMU75_Discrete_GraphicsLevel
149 uint8_t UpHyst; member in struct:SMU75_Discrete_MemoryLevel
430 uint8_t UpHyst; member in struct:SMU7_MclkDpmScoreboard
H A Dsmu73_discrete.h62 uint8_t UpHyst; member in struct:SMU73_Discrete_GraphicsLevel
112 uint8_t UpHyst; member in struct:SMU73_Discrete_MemoryLevel
411 uint8_t UpHyst; member in struct:SMU7_MclkDpmScoreboard
H A Dsmu71.h156 uint8_t UpHyst; member in struct:SMU7_LocalDpmScoreboard
H A Dsmu72.h242 uint8_t UpHyst; member in struct:SMU7_LocalDpmScoreboard
H A Dsmu73.h234 uint8_t UpHyst; member in struct:SMU7_LocalDpmScoreboard
H A Dsmu74.h269 uint8_t UpHyst; member in struct:SMU7_LocalDpmScoreboard
H A Dsmu75.h203 uint8_t UpHyst; 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 */
969 level->UpHyst = data->current_profile_setting.sclk_up_hyst;
1187 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst;
1405 table->MemoryACPILevel.UpHyst = 0;
2588 if (levels[i].UpHyst != setting->sclk_up_hyst ||
2590 levels[i].UpHyst = setting->sclk_up_hyst;
2593 + offsetof(SMU73_Discrete_GraphicsLevel, UpHyst);
2598 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
2623 if (mclk_levels[i].UpHyst != setting->mclk_up_hyst ||
2625 mclk_levels[i].UpHyst
[all...]
H A Dpolaris10_smumgr.c82 /* Voltage, DpmLevel, DivId, Level, FuncCntl3, FuncCntl4, DynRm, DynRm1 Did, Padding,ForActivity, ForThrottle, UpHyst, DownHyst, DownHyst, Throttle */
989 level->UpHyst = data->current_profile_setting.sclk_up_hyst;
1003 level->UpHyst = (uint8_t)data->up_hyst;
1181 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst;
1352 table->MemoryACPILevel.UpHyst = 0;
2626 if (levels[i].UpHyst != setting->sclk_up_hyst ||
2628 levels[i].UpHyst = setting->sclk_up_hyst;
2631 + offsetof(SMU74_Discrete_GraphicsLevel, UpHyst);
2636 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
2661 if (mclk_levels[i].UpHyst !
[all...]
H A Dtonga_smumgr.c653 graphic_level->UpHyst = data->current_profile_setting.sclk_up_hyst;
1001 memory_level->UpHyst = data->current_profile_setting.mclk_up_hyst;
1291 table->MemoryACPILevel.UpHyst = 0;
3187 if (levels[i].UpHyst != setting->sclk_up_hyst ||
3189 levels[i].UpHyst = setting->sclk_up_hyst;
3192 + offsetof(SMU72_Discrete_GraphicsLevel, UpHyst);
3197 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
3222 if (mclk_levels[i].UpHyst != setting->mclk_up_hyst ||
3224 mclk_levels[i].UpHyst = setting->mclk_up_hyst;
3227 + offsetof(SMU72_Discrete_MemoryLevel, UpHyst);
[all...]
H A Dvegam_smumgr.c896 levels[i].UpHyst = (uint8_t)
1060 levels[i].UpHyst = (uint8_t)
1182 table->MemoryACPILevel.UpHyst = 0;
H A Diceland_smumgr.c926 graphic_level->UpHyst = data->current_profile_setting.sclk_up_hyst;
1267 memory_level->UpHyst = data->current_profile_setting.mclk_up_hyst;
1549 table->MemoryACPILevel.UpHyst = 0;

Completed in 208 milliseconds