aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2018-07-11 14:47:12 +0200
committerAlexandre Belloni <[email protected]>2018-07-13 10:47:18 +0200
commit5089ea15baa9e7b0cb49f36881f2cb27bf281789 (patch)
treeb87b4e9694e371913f58b2e8e37b01a285e703b0 /drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c
parentfed0b1bd1b64a680874e8cfa4c3da8dfc01e143f (diff)
rtc: use ktime_get_real_ts64() instead of getnstimeofday64()
getnstimeofday64() is just a wrapper around the ktime accessor, so we should use that directly. I considered using ktime_get_boottime_ts64() (to avoid leap second problems) or ktime_get_real_seconds() (to simplify the calculation, but in the end concluded that the existing interface is probably the most appropriate in this case. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c')
0 files changed, 0 insertions, 0 deletions