hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/gpu/arm/midgard/backend/gpu/mali_kbase_time.h
....@@ -23,11 +23,11 @@
2323 * @kbdev: Device pointer
2424 * @cycle_counter: Pointer to u64 to store cycle counter in
2525 * @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
2727 * time in
2828 */
2929 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);
3131
3232 /**
3333 * kbase_wait_write_flush() - Wait for GPU write flush