Re: [PATCH 2/2] amdgpu: kfd: use modern ktime accessors

2018-06-20 Thread Felix Kuehling
On 2018-06-18 11:35 AM, Arnd Bergmann wrote: > getrawmonotonic64() and get_monotonic_boottime64() are deprecated > because of the nonstandard naming. > > The replacement functions ktime_get_raw_ns() and ktime_get_boot_ns() > also simplify the callers. > > Signed-off-by: Arnd Bergmann In case

[PATCH 2/2] amdgpu: kfd: use modern ktime accessors

2018-06-18 Thread Arnd Bergmann
getrawmonotonic64() and get_monotonic_boottime64() are deprecated because of the nonstandard naming. The replacement functions ktime_get_raw_ns() and ktime_get_boot_ns() also simplify the callers. Signed-off-by: Arnd Bergmann --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 8 ++-- 1 file