Lines Matching full:timestamp
161 driver. The timestamp fields are volatile because they are written by the
181 /* timestamp id*/
183 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
184 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
270 /* block until the GPU has executed past a given timestamp
274 unsigned int timestamp;
283 unsigned int timestamp;
295 * timestamp is a returned counter value which can be passed to
306 unsigned int timestamp; /*output param */
313 /* read the most recently executed timestamp value
318 unsigned int timestamp; /*output param */
327 /* free memory when the GPU reaches a given timestamp.
335 unsigned int timestamp;
387 unsigned int timestamp; /*output param */
397 unsigned int timestamp;
538 * A timestamp event allows the user space to register an action following an
539 * expired timestamp. Note IOCTL_KGSL_TIMESTAMP_EVENT has been redefined to
545 unsigned int timestamp; /* Timestamp to trigger event on */
546 unsigned int context_id; /* Context for the timestamp */
554 /* A genlock timestamp event releases an existing lock on timestamp expire */
562 /* A fence timestamptimestamp expire */
820 * @timestamp: GPU timestamp
822 * This structure defines a syncpoint comprising a context/timestamp pair. A
829 unsigned int timestamp;
863 * @timestamp: On entry the a user defined timestamp, on exist the timestamp
880 unsigned int timestamp;