Searched defs:replay_settings (Results 1 – 2 of 2) sorted by relevance
1200 struct replay_settings { struct1202 struct replay_config config;1204 bool replay_feature_enabled;1206 bool replay_allow_active;1208 bool replay_allow_long_vblank;1210 unsigned int replay_power_opt_active;1212 bool replay_smu_opt_enable;1214 uint32_t coasting_vtotal;1216 uint32_t coasting_vtotal_table[PR_COASTING_TYPE_NUM];1218 uint32_t defer_update_coasting_vtotal_table[PR_COASTING_TYPE_NUM];[all …]
1701 struct replay_settings replay_settings; member