linux/drivers/gpu/drm/amd/display
Rodrigo Siqueira 5302d1a06a drm/amd/display: Remove ASSERT if significance is zero in math_ceil2
In the DML math_ceil2 function, there is one ASSERT if the significance
is equal to zero. However, significance might be equal to zero
sometimes, and this is not an issue for a ceil function, but the current
ASSERT will trigger warnings in those cases. This commit removes the
ASSERT if the significance is equal to zero to avoid unnecessary noise.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: Chaitanya Dhere <chaitanya.dhere@amd.com>
Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 332315885d)
2024-07-24 17:30:23 -04:00
..
amdgpu_dm drm/amd/display: Add function banner for idle_workqueue 2024-07-16 11:44:20 -04:00
dc drm/amd/display: Remove ASSERT if significance is zero in math_ceil2 2024-07-24 17:30:23 -04:00
dmub drm/amd/display: Add debug option for disabling SLDO optimizations 2024-07-01 16:10:35 -04:00
include Linux 6.10-rc6 2024-07-05 10:47:28 +02:00
modules drm/amd/display: Fix possible overflow in integer multiplication 2024-07-01 16:06:53 -04:00
Kconfig Linux 6.10-rc6 2024-07-05 10:47:28 +02:00
Makefile drm/amd/display: Refactor DCN3X into component folder 2024-06-14 16:18:55 -04:00