Searched refs:SMU72_Discrete_GraphicsLevel (Results 1 – 2 of 2) sorted by relevance
49 struct SMU72_Discrete_GraphicsLevel { struct74 typedef struct SMU72_Discrete_GraphicsLevel SMU72_Discrete_GraphicsLevel; argument267 SMU72_Discrete_GraphicsLevel GraphicsLevel[SMU72_MAX_LEVELS_GRAPHICS];
544 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 …]