summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
diff options
context:
space:
mode:
authorVladimir Stempen <vladimir.stempen@amd.com>2021-02-24 14:02:32 -0500
committerAlex Deucher <alexander.deucher@amd.com>2021-03-02 14:07:59 -0500
commit783bf4035cb7f2707ad760fbc06f6be01a553f0a (patch)
tree227c008f5b0c41de8ebf935f90bc10219169f4c5 /drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
parent640a28b50c4ad502b931750f13a5f743449e5755 (diff)
drm/amd/display: Fix 64 bit divisions on 32 bit platforms by using div64 API
[why] Synchronization displays with different timings feature uses division operator for 64 bit division, which is not supported by 32 bit platforms [how] Use div64 API for 64 bit division Signed-off-by: Vladimir Stempen <vladimir.stempen@amd.com> Tested-by: Bindu Ramamurthy<bindu.r@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c')
0 files changed, 0 insertions, 0 deletions