-
- Downloads
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:
Tales Aparecida <tales.aparecida@gmail.com>
parent
76e7a87c
No related branches found
No related tags found
Showing
- drivers/gpu/drm/amd/display/Kconfig 13 additions, 0 deletionsdrivers/gpu/drm/amd/display/Kconfig
- drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 5 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c
- drivers/gpu/drm/amd/display/tests/.kunitconfig 6 additions, 0 deletionsdrivers/gpu/drm/amd/display/tests/.kunitconfig
- drivers/gpu/drm/amd/display/tests/dc/basics/dc_basics_fixpt31_32_test.c 232 additions, 0 deletions...m/amd/display/tests/dc/basics/dc_basics_fixpt31_32_test.c
Loading
Please register or sign in to comment