Files
linux/drivers/gpu/drm
Mikita Lipski 485b747ea6 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 <rdunlap@infradead.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mikita Lipski <mikita.lipski@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-01-10 16:34:20 -05:00
..
2019-12-11 17:02:17 +01:00
2019-12-18 16:09:12 -05:00
2019-11-19 22:25:55 +01:00
2019-10-08 18:29:00 +02:00