diff options
author | Vladimir Stempen <vladimir.stempen@amd.com> | 2021-02-25 19:09:46 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-02 14:08:05 -0500 |
commit | a8a2e13486343fe84c54681dd3c43ff926eb5927 (patch) | |
tree | a6d8f36565beb30bbe03c6c06e73ebc9356e3429 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | |
parent | 783bf4035cb7f2707ad760fbc06f6be01a553f0a (diff) | |
download | linux-a8a2e13486343fe84c54681dd3c43ff926eb5927.tar.bz2 |
drm/amd/display: Fix 64 bit modulus operation using div64 API
[why]
Synchronization displays with different timings feature uses
reminder of 64 bit division (modulus operator) , which is not
supported by 32 bit platforms
[how]
Use div64 API for 64 bit modulus
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/display/amdgpu_dm/amdgpu_dm.c')
0 files changed, 0 insertions, 0 deletions