gpu/drm/radeon: use DIV_ROUND_UP macro to do calculation
authorZheng Yongjun <zhengyongjun3@huawei.com>
Tue, 22 Dec 2020 13:31:00 +0000 (21:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Jan 2021 16:34:09 +0000 (11:34 -0500)
commitb89a5218143496e62cebb39f862b53095f908eb0
treed11f3359f403a89833942327d3a96aee26b4fff9
parent062ccc240e35706b667dbe8560c1ee49692830a8
gpu/drm/radeon: use DIV_ROUND_UP macro to do calculation

Don't open-code DIV_ROUND_UP() kernel macro.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/r600_cs.c