Searched defs:replay_settings (Results 1 – 2 of 2) sorted by relevance
1074 struct replay_settings { struct1076 struct replay_config config;1078 bool replay_feature_enabled;1080 bool replay_allow_active;1082 bool replay_allow_long_vblank;1084 unsigned int replay_power_opt_active;1086 bool replay_smu_opt_enable;1088 uint16_t coasting_vtotal;1090 uint16_t coasting_vtotal_table[PR_COASTING_TYPE_NUM];1092 enum replay_link_off_frame_count_level link_off_frame_count_level;[all …]
1607 struct replay_settings replay_settings; member