Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/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];
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dtonga_smumgr.c539 uint32_t engine_clock, SMU72_Discrete_GraphicsLevel *sclk) in tonga_calculate_sclk_params()
618 SMU72_Discrete_GraphicsLevel *graphic_level) in tonga_populate_single_graphic_level()
697 uint32_t level_array_size = sizeof(SMU72_Discrete_GraphicsLevel) * in tonga_populate_all_graphic_levels()
700 SMU72_Discrete_GraphicsLevel *levels = smu_data->smc_state_table.GraphicsLevel; in tonga_populate_all_graphic_levels()
3154 struct SMU72_Discrete_GraphicsLevel *levels = in tonga_update_dpm_settings()
3179 clk_activity_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
3180 + offsetof(SMU72_Discrete_GraphicsLevel, ActivityLevel); in tonga_update_dpm_settings()
3191 up_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
3192 + offsetof(SMU72_Discrete_GraphicsLevel, UpHyst); in tonga_update_dpm_settings()
3193 down_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
[all …]