aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_dp_mst.c
diff options
context:
space:
mode:
authorMikita Lipski <[email protected]>2020-01-10 14:31:52 -0500
committerAlex Deucher <[email protected]>2020-01-10 16:34:20 -0500
commit485b747ea6ecf491bf07c69a4ea36c0ccf3c8435 (patch)
tree58cb3c48bb1f0ba2a76f1ffce27caa3a9092ca7f /drivers/gpu/drm/i915/display/intel_dp_mst.c
parent9edb435aed968a2c792f6d847f524587697edf37 (diff)
drm/amd/display: Fix compilation warnings on i386
[why] Compilation error "undefined reference to `__udivdi3'" was thrown on i386 architecture. [how] Use div_u64 for unsigned long division instead of a divide operator. Reported-by: Randy Dunlap <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Mikita Lipski <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
0 files changed, 0 insertions, 0 deletions