Skip to content
Snippets Groups Projects
Commit 27fc4bb7 authored by Tales Aparecida's avatar Tales Aparecida
Browse files

drm/amd/display: Introduce KUnit tests for 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. Use kunit_tool to run:

$ ./tools/testing/kunit/kunit.py run --arch=x86_64 \
	--kunitconfig=drivers/gpu/drm/amd/display/tests/

Signed-off-by: default avatarTales Aparecida <tales.aparecida@gmail.com>
parent 76e7a87c
No related branches found
No related tags found
1 merge request!8drm/amdgpu: Enable compilation under UML
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment