drm/amdkfd: Convert timestamping to use 64bit time accessors
authorJohn Stultz <john.stultz@linaro.org>
Thu, 12 Mar 2015 17:23:40 +0000 (10:23 -0700)
committerOded Gabbay <oded.gabbay@amd.com>
Wed, 25 Mar 2015 12:02:05 +0000 (14:02 +0200)
commitaffa7d86441a9fe1ddd67f4ed551ed41313da561
tree3dfe97af5b9ed006b72cc34b20ac74d0d006bc7a
parent94a1ee09235d404190ff82400a24595b6b2af771
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: John Stultz <john.stultz@linaro.org>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
This page took 0.025734 seconds and 5 git commands to generate.