diff options
| author | 2021-02-25 19:09:46 -0500 | |
|---|---|---|
| committer | 2021-03-02 14:08:05 -0500 | |
| commit | a8a2e13486343fe84c54681dd3c43ff926eb5927 (patch) | |
| tree | a6d8f36565beb30bbe03c6c06e73ebc9356e3429 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c | |
| parent | drm/amd/display: Fix 64 bit divisions on 32 bit platforms by using div64 API (diff) | |
| download | linux-dev-a8a2e13486343fe84c54681dd3c43ff926eb5927.tar.xz linux-dev-a8a2e13486343fe84c54681dd3c43ff926eb5927.zip | |
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_irq.c')
0 files changed, 0 insertions, 0 deletions
