]> git.baikalelectronics.ru Git - kernel.git/commit
amdgpu: display: use modern ktime accessors
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 15:35:10 +0000 (17:35 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Jun 2018 18:17:38 +0000 (13:17 -0500)
commit8d0de25a6f77f3c9f7e079afa293fe7fb7f7b1f8
tree8963e31bdea3267d8c7a1ef6e2ea617987725a51
parent010e973cd193d9279915c510be27f8468deaadaf
amdgpu: display: use modern ktime accessors

getrawmonotonic64() is deprecated because of the nonstandard naming.

The replacement functions ktime_get_raw_ns() also simplifies the callers.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
drivers/gpu/drm/amd/display/dc/dm_services.h