Home | History | Annotate | Download | only in kgsl

Lines Matching full:timestamp

91    driver. The timestamp fields are volatile because they are written by the
111 /* timestamp id*/
113 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
114 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
228 /* block until the GPU has executed past a given timestamp
232 unsigned int timestamp;
241 unsigned int timestamp;
253 * timestamp is a returned counter value which can be passed to
261 unsigned int timestamp; /*output param */
268 /* read the most recently executed timestamp value
273 unsigned int timestamp; /*output param */
282 /* free memory when the GPU reaches a given timestamp.
290 unsigned int timestamp;
343 unsigned int timestamp; /*output param */
353 unsigned int timestamp;
480 * A timestamp event allows the user space to register an action following an
481 * expired timestamp.
486 unsigned int timestamp; /* Timestamp to trigger event on */
487 unsigned int context_id; /* Context for the timestamp */
495 /* A genlock timestamp event releases an existing lock on timestamp expire */