Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dsmu72_discrete.h47 struct SMU72_Discrete_GraphicsLevel { struct
72 typedef struct SMU72_Discrete_GraphicsLevel SMU72_Discrete_GraphicsLevel; typedef
265 SMU72_Discrete_GraphicsLevel GraphicsLevel[SMU72_MAX_LEVELS_GRAPHICS];
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
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()
3152 struct SMU72_Discrete_GraphicsLevel *levels = in tonga_update_dpm_settings()
3177 clk_activity_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
3178 + offsetof(SMU72_Discrete_GraphicsLevel, ActivityLevel); in tonga_update_dpm_settings()
3189 up_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
3190 + offsetof(SMU72_Discrete_GraphicsLevel, UpHyst); in tonga_update_dpm_settings()
3191 down_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i) in tonga_update_dpm_settings()
[all …]