mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 04:52:32 -04:00
drm/vkms: Add kunit tests for VKMS LUT handling
Debugging LUT math is much easier when we can unit test it. Add kunit functionality to VKMS and add tests for - get_lut_index - lerp_u16 Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Harry Wentland <harry.wentland@amd.com> Cc: Arthur Grillo <arthurgrillo@riseup.net> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Simon Ser <contact@emersion.fr> Link: https://patch.msgid.link/20251115000237.3561250-3-alex.hung@amd.com
This commit is contained in:
committed by
Simon Ser
parent
4fc183828b
commit
303e9bf147
@@ -2,6 +2,7 @@
|
||||
|
||||
vkms-kunit-tests-y := \
|
||||
vkms_config_test.o \
|
||||
vkms_format_test.o
|
||||
vkms_format_test.o \
|
||||
vkms_color_test.o
|
||||
|
||||
obj-$(CONFIG_DRM_VKMS_KUNIT_TEST) += vkms-kunit-tests.o
|
||||
|
||||
Reference in New Issue
Block a user