Lines Matching defs:timestamp
82 uint32_t timestamp = kgsl_bo_get_timestamp(to_kgsl_bo(bo));
99 if (timestamp > current)
105 if (timestamp)
106 fd_pipe_wait(pipe, timestamp);
253 * the timestamp of the last ISSUEIBCMDS on the buffer.
256 * 1) Only set the timestamp for buffers w/ an flink name, ie.
259 * 2) Only set the timestamp for buffers submitted to the 3d ring
266 * The waiting on timestamp happens before flush, and setting of
267 * timestamp happens after flush. It is transparent to the user
273 uint32_t timestamp)
279 .active = timestamp,
294 uint32_t timestamp = 0;
308 timestamp = req.active;
310 return timestamp;