]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: use div64_ul for 32-bit compatibility v1
authorSlava Abramov <slava.abramov@amd.com>
Thu, 16 May 2019 20:17:53 +0000 (16:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 May 2019 17:21:01 +0000 (12:21 -0500)
commit197a948d649e9fe01b27ef24e2bed2bf5b6642bc
tree148f87fbaf15e7583993dd1c3c40b843dde1816e
parent849ec99fa828483de50933be28eabc0f6c306b4e
drm/amdgpu: use div64_ul for 32-bit compatibility v1

v1: replace casting to unsigned long with div64_ul

Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Slava Abramov <slava.abramov@amd.com>
Tested-by: Slava Abramov <slava.abramov@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c