.. | .. |
---|
23 | 23 | * @kbdev: Device pointer |
---|
24 | 24 | * @cycle_counter: Pointer to u64 to store cycle counter in |
---|
25 | 25 | * @system_time: Pointer to u64 to store system time in |
---|
26 | | - * @ts: Pointer to struct timespec to store current monotonic |
---|
| 26 | + * @ts: Pointer to struct timespec64 to store current monotonic |
---|
27 | 27 | * time in |
---|
28 | 28 | */ |
---|
29 | 29 | void kbase_backend_get_gpu_time(struct kbase_device *kbdev, u64 *cycle_counter, |
---|
30 | | - u64 *system_time, struct timespec *ts); |
---|
| 30 | + u64 *system_time, struct timespec64 *ts); |
---|
31 | 31 | |
---|
32 | 32 | /** |
---|
33 | 33 | * kbase_wait_write_flush() - Wait for GPU write flush |
---|