Searched defs:replay_settings (Results 1 – 2 of 2) sorted by relevance
1099 struct replay_settings { struct1101 struct replay_config config;1103 bool replay_feature_enabled;1105 bool replay_allow_active;1107 bool replay_allow_long_vblank;1109 unsigned int replay_power_opt_active;1111 bool replay_smu_opt_enable;1113 uint32_t coasting_vtotal;1115 uint32_t coasting_vtotal_table[PR_COASTING_TYPE_NUM];1117 uint32_t defer_update_coasting_vtotal_table[PR_COASTING_TYPE_NUM];[all …]
1750 struct replay_settings replay_settings; member