Skip to content

[DRAFT] drm/amd/display: Introduce KUnit tests to the fixed31_32 library

The fixed31_32 library performs a lot of the mathematical operations involving fixed-point arithmetic and the conversion of integers to fixed-point representation.

This unit tests intend to assure the proper functioning of the basic mathematical operations of fixed-point arithmetic, such as multiplication, conversion from fractional to fixed-point number, and more.

Signed-off-by: Tales L. Aparecida tales.aparecida@neuralmind.ai

Merge request reports