Searched refs:last_timestamp (Results 1 – 6 of 6) sorted by relevance
154 ring->last_timestamp = req.timestamp; in kgsl_ringbuffer_flush()187 if (ring->last_timestamp) in kgsl_ringbuffer_destroy()188 fd_pipe_wait(ring->pipe, ring->last_timestamp); in kgsl_ringbuffer_destroy()
48 uint32_t last_timestamp; member
91 return ring->last_timestamp; in fd_ringbuffer_timestamp()
218 var last_timestamp = 0;223 assert(int_timestamp >= last_timestamp, "Inconsistent timestamps.");224 last_timestamp = int_timestamp;
23 static u64 last_timestamp; variable514 if (sample->time < last_timestamp) { in process_sample_event()516 " this: %" PRIu64 "\n", last_timestamp, in process_sample_event()520 last_timestamp = sample->time; in process_sample_event()
236 target_ring->last_timestamp = req.fence; in msm_ringbuffer_flush()