HomeSort by: relevance | last modified time | path
    Searched refs:up_hyst_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c 2568 uint32_t offset, up_hyst_offset, down_hyst_offset, clk_activity_offset, tmp; local in function:fiji_update_dpm_settings
2595 up_hyst_offset = array + (sizeof(SMU73_Discrete_GraphicsLevel) * i)
2599 offset = up_hyst_offset & ~0x3;
2601 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
2630 up_hyst_offset = mclk_array + (sizeof(SMU73_Discrete_MemoryLevel) * i)
2634 offset = up_hyst_offset & ~0x3;
2636 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpHyst, sizeof(uint8_t));
amdgpu_ci_smumgr.c 2779 uint32_t offset, up_hyst_offset, down_hyst_offset, clk_activity_offset, tmp; local in function:ci_update_dpm_settings
2806 up_hyst_offset = array + (sizeof(SMU7_Discrete_GraphicsLevel) * i)
2810 offset = up_hyst_offset & ~0x3;
2812 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpH, sizeof(uint8_t));
2841 up_hyst_offset = mclk_array + (sizeof(SMU7_Discrete_MemoryLevel) * i)
2845 offset = up_hyst_offset & ~0x3;
2847 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpH, sizeof(uint8_t));
amdgpu_polaris10_smumgr.c 2484 uint32_t offset, up_hyst_offset, down_hyst_offset, clk_activity_offset, tmp; local in function:polaris10_update_dpm_settings
2511 up_hyst_offset = array + (sizeof(SMU74_Discrete_GraphicsLevel) * i)
2515 offset = up_hyst_offset & ~0x3;
2517 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
2546 up_hyst_offset = mclk_array + (sizeof(SMU74_Discrete_MemoryLevel) * i)
2550 offset = up_hyst_offset & ~0x3;
2552 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpHyst, sizeof(uint8_t));
amdgpu_tonga_smumgr.c 3167 uint32_t offset, up_hyst_offset, down_hyst_offset, clk_activity_offset, tmp; local in function:tonga_update_dpm_settings
3194 up_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i)
3198 offset = up_hyst_offset & ~0x3;
3200 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
3229 up_hyst_offset = mclk_array + (sizeof(SMU72_Discrete_MemoryLevel) * i)
3233 offset = up_hyst_offset & ~0x3;
3235 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpHyst, sizeof(uint8_t));

Completed in 20 milliseconds