Home | History | Annotate | Download | only in kgsl

Lines Matching full:timestamp

86 	uint32_t timestamp = kgsl_bo_get_timestamp(to_kgsl_bo(bo));
103 if (timestamp > current)
109 if (timestamp)
110 fd_pipe_wait(pipe, timestamp);
251 * the timestamp of the last ISSUEIBCMDS on the buffer.
254 * 1) Only set the timestamp for buffers w/ an flink name, ie.
257 * 2) Only set the timestamp for buffers submitted to the 3d ring
264 * The waiting on timestamp happens before flush, and setting of
265 * timestamp happens after flush. It is transparent to the user
271 uint32_t timestamp)
277 .active = timestamp,
292 uint32_t timestamp = 0;
306 timestamp = req.active;
308 return timestamp;