Skip to content
Commit affa7d86 authored by John Stultz's avatar John Stultz Committed by Oded Gabbay
Browse files

drm/amdkfd: Convert timestamping to use 64bit time accessors



Convert the timestamping in the amdkfd driver to use a timespec64 and 64bit
time accessors.

Although the existing code is completely safe beyond y2038 because it deals
with monotonic time, this patch is still needed in order to kill off all uses
of struct timespec.

Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarOded Gabbay <oded.gabbay@amd.com>
parent 94a1ee09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment