Harry Wentland 2cb881069e drm: Don't treat 0 as -1 in drm_fixp2int_ceil
[ Upstream commit cf8837d7204481026335461629b84ac7f4538fa5 ]

Unit testing this in VKMS shows that passing 0 into
this function returns -1, which is highly counter-
intuitive. Fix it by checking whether the input is
>= 0 instead of > 0.

Fixes: 64566b5e767f ("drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil")
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231108163647.106853-2-harry.wentland@amd.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:21:54 -04:00
..
2019-10-31 15:03:10 -07:00
2020-09-21 10:45:08 +02:00
2020-04-22 10:41:35 +10:00
2020-06-24 09:17:34 +02:00
2020-09-17 13:39:44 +02:00
2020-09-23 09:52:24 +10:00
2020-07-16 18:16:31 -04:00
2020-07-16 18:16:31 -04:00
2019-12-18 16:09:12 -05:00