Searched defs:replay_settings (Results 1 – 2 of 2) sorted by relevance
1057 struct replay_settings { struct1058 struct replay_config config; // Replay configuration1059 bool replay_feature_enabled; // Replay feature is ready for activating1060 bool replay_allow_active; // Replay is currently active1061 unsigned int replay_power_opt_active; // Power opt flags that are activated currently1062 bool replay_smu_opt_enable; // SMU optimization is enabled1063 uint16_t coasting_vtotal; // Current Coasting vtotal1064 uint16_t coasting_vtotal_table[PR_COASTING_TYPE_NUM]; // Coasting vtotal table
1539 struct replay_settings replay_settings; member