Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dsmu72_discrete.h47 struct SMU72_Discrete_GraphicsLevel { struct
72 typedef struct SMU72_Discrete_GraphicsLevel SMU72_Discrete_GraphicsLevel; argument
265 SMU72_Discrete_GraphicsLevel GraphicsLevel[SMU72_MAX_LEVELS_GRAPHICS];
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dtonga_smumgr.c529 uint32_t engine_clock, SMU72_Discrete_GraphicsLevel *sclk) in tonga_calculate_sclk_params()
608 SMU72_Discrete_GraphicsLevel *graphic_level) in tonga_populate_single_graphic_level()
687 uint32_t level_array_size = sizeof(SMU72_Discrete_GraphicsLevel) * in tonga_populate_all_graphic_levels()
690 SMU72_Discrete_GraphicsLevel *levels = smu_data->smc_state_table.GraphicsLevel; in tonga_populate_all_graphic_levels()
3142 struct SMU72_Discrete_GraphicsLevel *levels = in tonga_update_dpm_settings()
3167 clk_activity_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
3168 + offsetof(SMU72_Discrete_GraphicsLevel, ActivityLevel); in tonga_update_dpm_settings()
3179 up_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
3180 + offsetof(SMU72_Discrete_GraphicsLevel, UpHyst); in tonga_update_dpm_settings()
3181 down_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
[all …]