diff options
author | Lang Yu <Lang.Yu@amd.com> | 2021-01-22 16:42:01 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-01-25 17:45:53 -0500 |
commit | 9024fb08159ae8f3a707c9f1facb878c84aae735 (patch) | |
tree | 3dd92663dc6f4b7431f7361638553538489bb4cb /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
parent | d80d3da950156685e4919230b7450cca45ccb49f (diff) |
drm/amd/display: fix 64-bit division issue on 32-bit OS
Replace "/" with div_u64 for 32-bit OS. On 32-bit OS,
the use of "/" for 64-bit division will cause build error,
i.e. "__udivdi3/__divdi3 undefined!".
Fixes: ea7154d8d9fb26 ("drm/amd/display: Update dcn30_apply_idle_power_optimizations() code")
Signed-off-by: Lang Yu <Lang.Yu@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions