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