Lines Matching defs:timestamp

269  * that can be mmap()ed from this driver. The timestamp fields are __volatile__
271 * @soptimestamp: Start of pipeline timestamp written by GPU before the
274 * @eoptimestamp: End of pipeline timestamp written by GPU after the
301 /* timestamp id*/
303 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
304 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
416 __u32 timestamp;
525 /* block until the GPU has executed past a given timestamp
529 unsigned int timestamp;
538 unsigned int timestamp;
550 * timestamp is a returned counter value which can be passed to
561 unsigned int timestamp; /*output param */
568 /* read the most recently executed timestamp value
573 unsigned int timestamp; /*output param */
582 /* free memory when the GPU reaches a given timestamp.
590 unsigned int timestamp;
645 unsigned int timestamp; /*output param */
655 unsigned int timestamp;
796 * A timestamp event allows the user space to register an action following an
797 * expired timestamp. Note IOCTL_KGSL_TIMESTAMP_EVENT has been redefined to
803 unsigned int timestamp; /* Timestamp to trigger event on */
804 unsigned int context_id; /* Context for the timestamp */
812 /* A genlock timestamp event releases an existing lock on timestamp expire */
820 /* A fence timestamp event releases an existing lock on timestamp expire */
1084 * @timestamp: GPU timestamp
1086 * This structure defines a syncpoint comprising a context/timestamp pair. A
1093 unsigned int timestamp;
1129 * @timestamp: On entry the a user defined timestamp, on exist the timestamp
1147 unsigned int timestamp;
1325 * struct kgsl_gpu_event_timestamp - Specifies a timestamp event to free a GPU
1327 * @context_id: ID of the timestamp event to wait for
1328 * @timestamp: Timestamp of the timestamp event to wait for
1332 unsigned int timestamp;
1474 * @timestamp: Timestamp for the submitted commands
1488 unsigned int timestamp;
1649 * @timestamp: Timestamp for the submitted commands
1661 unsigned int timestamp;