Searched defs:replay_settings (Results 1 – 2 of 2) sorted by relevance
1055 struct replay_settings { struct1056 struct replay_config config; // Replay configuration1057 bool replay_feature_enabled; // Replay feature is ready for activating1058 bool replay_allow_active; // Replay is currently active1059 unsigned int replay_power_opt_active; // Power opt flags that are activated currently1060 bool replay_smu_opt_enable; // SMU optimization is enabled1061 uint16_t coasting_vtotal; // Current Coasting vtotal1062 uint16_t coasting_vtotal_table[PR_COASTING_TYPE_NUM]; // Coasting vtotal table
1543 struct replay_settings replay_settings; member