linux_dsm_epyc7002/drivers/gpu/drm/msm
Arnd Bergmann 3530a17f4d drm/msm/gpu: avoid deprecated do_gettimeofday
All users of do_gettimeofday() have been removed, but this one recently
crept in, along with an incorrect printing of the microseconds portion.

This converts it to using ktime_get_real_timespec64() as a direct
replacement, and adds the leading zeroes. I considered using monotonic
times (ktime_get()) instead, but as this timestamp appears to only
be used for humans rather than compared with other timestamps, the
real time domain is probably good enough.

Fixes: e43b045e2c82 ("drm/msm/gpu: Capture the state of the GPU")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Rob Clark <robdclark@gmail.com>
2018-07-30 08:50:12 -04:00
..
adreno drm/msm/gpu: avoid deprecated do_gettimeofday 2018-07-30 08:50:12 -04:00
disp drm/msm: dpu: Use clock-names instead of assigned-clock-names 2018-07-30 08:50:12 -04:00
dsi drm/msm: dsi: Handle dual-channel for 6G as well 2018-07-30 08:50:12 -04:00
edp drm: drop _mode_ from drm_mode_connector_attach_encoder 2018-07-13 18:40:27 +02:00
hdmi drm: drop _mode_ from drm_mode_connector_attach_encoder 2018-07-13 18:40:27 +02:00
Kconfig drm/msm/gpu: Capture the GPU state on a GPU hang 2018-07-30 08:49:56 -04:00
Makefile drm/msm: Add SDM845 DPU support 2018-07-26 10:45:04 -04:00
msm_atomic.c drm/msm: Add .commit() callback to msm_kms functions 2018-07-26 10:40:16 -04:00
msm_debugfs.c drm/msm/gpu: Capture the GPU state on a GPU hang 2018-07-30 08:49:56 -04:00
msm_debugfs.h
msm_drv.c drm/msm: Add SDM845 DPU support 2018-07-26 10:45:04 -04:00
msm_drv.h drm/msm: Add SDM845 DPU support 2018-07-26 10:45:04 -04:00
msm_fb.c
msm_fbdev.c drm/msm: don't deref error pointer in the msm_fbdev_create error path 2018-06-03 16:49:00 -04:00
msm_fence.c
msm_fence.h
msm_gem_prime.c
msm_gem_shrinker.c
msm_gem_submit.c
msm_gem_vma.c
msm_gem.c
msm_gem.h
msm_gpu.c drm/msm/gpu: avoid deprecated do_gettimeofday 2018-07-30 08:50:12 -04:00
msm_gpu.h drm/msm/gpu: avoid deprecated do_gettimeofday 2018-07-30 08:50:12 -04:00
msm_iommu.c
msm_kms.h drm/msm: Add SDM845 DPU support 2018-07-26 10:45:04 -04:00
msm_mmu.h
msm_perf.c
msm_rd.c
msm_ringbuffer.c
msm_ringbuffer.h
msm_submitqueue.c
NOTES