Searched refs:UpHyst (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | smu71_discrete.h | 68 uint8_t UpHyst; member 129 uint8_t UpHyst; member 427 uint8_t UpHyst; member
|
| H A D | smu73_discrete.h | 62 uint8_t UpHyst; member 112 uint8_t UpHyst; member 411 uint8_t UpHyst; member
|
| H A D | smu74_discrete.h | 96 uint8_t UpHyst; member 144 uint8_t UpHyst; member 424 uint8_t UpHyst; member
|
| H A D | smu72_discrete.h | 66 uint8_t UpHyst; member 121 uint8_t UpHyst; member 429 uint8_t UpHyst; member
|
| H A D | smu75_discrete.h | 97 uint8_t UpHyst; member 149 uint8_t UpHyst; member 430 uint8_t UpHyst; member
|
| H A D | smu71.h | 156 uint8_t UpHyst; member
|
| H A D | smu73.h | 234 uint8_t UpHyst; member
|
| H A D | smu72.h | 242 uint8_t UpHyst; member
|
| H A D | smu75.h | 203 uint8_t UpHyst; member
|
| H A D | smu74.h | 269 uint8_t UpHyst; member
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | fiji_smumgr.c | 969 level->UpHyst = data->current_profile_setting.sclk_up_hyst; in fiji_populate_single_graphic_level() 1187 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in fiji_populate_single_memory_level() 1405 table->MemoryACPILevel.UpHyst = 0; in fiji_populate_smc_acpi_level() 2587 if (levels[i].UpHyst != setting->sclk_up_hyst || in fiji_update_dpm_settings() 2589 levels[i].UpHyst = setting->sclk_up_hyst; in fiji_update_dpm_settings() 2592 + offsetof(SMU73_Discrete_GraphicsLevel, UpHyst); in fiji_update_dpm_settings() 2597 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t)); in fiji_update_dpm_settings() 2622 if (mclk_levels[i].UpHyst != setting->mclk_up_hyst || in fiji_update_dpm_settings() 2624 mclk_levels[i].UpHyst = setting->mclk_up_hyst; in fiji_update_dpm_settings() 2627 + offsetof(SMU73_Discrete_MemoryLevel, UpHyst); in fiji_update_dpm_settings() [all …]
|
| H A D | polaris10_smumgr.c | 989 level->UpHyst = data->current_profile_setting.sclk_up_hyst; in polaris10_populate_single_graphic_level() 1003 level->UpHyst = (uint8_t)data->up_hyst; in polaris10_populate_single_graphic_level() 1181 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in polaris10_populate_single_memory_level() 1352 table->MemoryACPILevel.UpHyst = 0; in polaris10_populate_smc_acpi_level() 2625 if (levels[i].UpHyst != setting->sclk_up_hyst || in polaris10_update_dpm_settings() 2627 levels[i].UpHyst = setting->sclk_up_hyst; in polaris10_update_dpm_settings() 2630 + offsetof(SMU74_Discrete_GraphicsLevel, UpHyst); in polaris10_update_dpm_settings() 2635 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t)); in polaris10_update_dpm_settings() 2660 if (mclk_levels[i].UpHyst != setting->mclk_up_hyst || in polaris10_update_dpm_settings() 2662 mclk_levels[i].UpHyst = setting->mclk_up_hyst; in polaris10_update_dpm_settings() [all …]
|
| H A D | tonga_smumgr.c | 653 graphic_level->UpHyst = data->current_profile_setting.sclk_up_hyst; in tonga_populate_single_graphic_level() 1001 memory_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in tonga_populate_single_memory_level() 1291 table->MemoryACPILevel.UpHyst = 0; in tonga_populate_smc_acpi_level() 3186 if (levels[i].UpHyst != setting->sclk_up_hyst || in tonga_update_dpm_settings() 3188 levels[i].UpHyst = setting->sclk_up_hyst; in tonga_update_dpm_settings() 3191 + offsetof(SMU72_Discrete_GraphicsLevel, UpHyst); in tonga_update_dpm_settings() 3196 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t)); in tonga_update_dpm_settings() 3221 if (mclk_levels[i].UpHyst != setting->mclk_up_hyst || in tonga_update_dpm_settings() 3223 mclk_levels[i].UpHyst = setting->mclk_up_hyst; in tonga_update_dpm_settings() 3226 + offsetof(SMU72_Discrete_MemoryLevel, UpHyst); in tonga_update_dpm_settings() [all …]
|
| H A D | vegam_smumgr.c | 896 levels[i].UpHyst = (uint8_t) in vegam_populate_all_graphic_levels() 1060 levels[i].UpHyst = (uint8_t) in vegam_populate_all_memory_levels() 1182 table->MemoryACPILevel.UpHyst = 0; in vegam_populate_smc_acpi_level()
|
| H A D | iceland_smumgr.c | 926 graphic_level->UpHyst = data->current_profile_setting.sclk_up_hyst; in iceland_populate_single_graphic_level() 1267 memory_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in iceland_populate_single_memory_level() 1549 table->MemoryACPILevel.UpHyst = 0; in iceland_populate_smc_acpi_level()
|