]> asedeno.scripts.mit.edu Git - linux.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)
commiteeb2c3c2a614f003cd42cc3d96d23f5c29ff6727
tree8963e31bdea3267d8c7a1ef6e2ea617987725a51
parent4daa4fba3a3899a3eefff26e38cf680661a931e4
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