diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2017-09-13 13:51:54 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2017-09-13 15:27:20 +0300 |
commit | 7ce5b6850b47824a2b8d0a17b5fe75f9942e5cd1 (patch) | |
tree | 519363302f8b9d6ebd65278975a48ddb99ce6e99 /drivers/of/overlay.c | |
parent | 3123698f50fe4ac9ddb775dcd2b34a1d9cdd603f (diff) | |
download | linux-7ce5b6850b47824a2b8d0a17b5fe75f9942e5cd1.tar.xz |
drm/i915/selftests: Use mul_u32_u32() for 32b x 32b -> 64b result
As realised by commit 9e3d6223d209 ("math64, timers: Fix 32bit
mul_u64_u32_shr() and friends"), GCC does not always generate ideal code
for performing a 32b x 32b multiply returning a 64b result (i.e. where
we idiomatically use u64 result = (u64)x * (u32)x).
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20170913105154.2910-2-chris@chris-wilson.co.uk
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'drivers/of/overlay.c')
0 files changed, 0 insertions, 0 deletions