]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/tests: Do not use drm_fb_blit() in format-helper tests
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 16 Jun 2025 08:37:04 +0000 (10:37 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 18 Jun 2025 08:46:02 +0000 (10:46 +0200)
commit5a4856e0e38109ba994f369962f054ecb445c098
tree2c8503bc1461b34cbbef61bed42bcc681e34c3b9
parent7872997c048e989c7689c2995d230fdca7798000
drm/tests: Do not use drm_fb_blit() in format-helper tests

Export additional helpers from the format-helper library and open-code
drm_fb_blit() in tests. Prepares for the removal of drm_fb_blit(). Only
sysfb drivers use drm_fb_blit(). The function will soon be removed from
format helpers and be refactored within sysfb helpers.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: José Expósito <jose.exposito89@gmail.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://lore.kernel.org/r/20250616083846.221396-2-tzimmermann@suse.de
drivers/gpu/drm/drm_format_helper.c
drivers/gpu/drm/drm_format_internal.h
drivers/gpu/drm/tests/drm_format_helper_test.c
include/drm/drm_format_helper.h