xf86drm.c: Use integer logarithm.
authorPaul Gofman <pgofman@codeweavers.com>
Mon, 26 Oct 2020 13:11:20 +0000 (16:11 +0300)
committerDave Airlie <airlied@redhat.com>
Tue, 27 Oct 2020 23:18:47 +0000 (09:18 +1000)
commitad7cf9d75cfa6aee3e634e5fd177b52d015fa603
tree00186e28b96fa3b2540a6d425dc54fafc3f8aa85
parent3e9f2113038ed92a66a9fbda6ba5c6eec998b312
xf86drm.c: Use integer logarithm.

log() is affected by FP control word and can provide inaccurate result.

Fixes Killer Instinct under Wine not being able to find AMD vulkan
device.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
xf86drm.c