Home
last modified time | relevance | path

Searched refs:SMU72_Discrete_GraphicsLevel (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu72_discrete.h49 struct SMU72_Discrete_GraphicsLevel { struct
74 typedef struct SMU72_Discrete_GraphicsLevel SMU72_Discrete_GraphicsLevel; argument
267 SMU72_Discrete_GraphicsLevel GraphicsLevel[SMU72_MAX_LEVELS_GRAPHICS];
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_tonga_smumgr.c544 uint32_t engine_clock, SMU72_Discrete_GraphicsLevel *sclk) in tonga_calculate_sclk_params()
623 SMU72_Discrete_GraphicsLevel *graphic_level) in tonga_populate_single_graphic_level()
702 uint32_t level_array_size = sizeof(SMU72_Discrete_GraphicsLevel) * in tonga_populate_all_graphic_levels()
705 SMU72_Discrete_GraphicsLevel *levels = smu_data->smc_state_table.GraphicsLevel; in tonga_populate_all_graphic_levels()
3157 struct SMU72_Discrete_GraphicsLevel *levels = in tonga_update_dpm_settings()
3182 clk_activity_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
3183 + offsetof(SMU72_Discrete_GraphicsLevel, ActivityLevel); in tonga_update_dpm_settings()
3194 up_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
3195 + offsetof(SMU72_Discrete_GraphicsLevel, UpHyst); in tonga_update_dpm_settings()
3196 down_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
[all …]