drm/amdgpu: use 64bit operation macros for umc
authorTao Zhou <tao.zhou1@amd.com>
Tue, 23 Jul 2019 03:57:15 +0000 (11:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 19:49:46 +0000 (14:49 -0500)
commit5bbfb64a177f36d3d208e39c61ce6df3968df4d4
treee55fbaaab5073efad736025ac5f43b249939f8c4
parent4fa1c6a679bb0d0bb92cf5bf9b7049ef98552848
drm/amdgpu: use 64bit operation macros for umc

replace some 32bit macros with 64bit operations to simplify code

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Dennis Li <dennis.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/umc_v6_1.c