···2929 *
3030 */
31313232-3232+/*!
3333+ * A very simple pacer that tries it best to pace a compositor. Used when the
3434+ * compositor can't get any good or limited feedback from the presentation
3535+ * engine about timing.
3636+ */
3337struct fake_timing
3438{
3539 struct u_pacing_compositor base;
···5155 */
5256 struct u_var_draggable_f32 present_to_display_offset_ms;
53575454- // The amount of time that the application needs to render frame.
5858+ //! The amount of time that the application needs to render frame.
5559 uint64_t comp_time_ns;
56606161+ //! This won't run out, trust me.
5762 int64_t frame_id_generator;
5863};
5964