]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/tests: Fix drm_test_fb_xrgb8888_to_xrgb2101010() on big-endian
authorJosé Expósito <jose.exposito89@gmail.com>
Mon, 30 Jun 2025 09:00:54 +0000 (11:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:31:12 +0000 (16:31 +0200)
commit6bfa361d72789fd5dab3f6d54b6e9b12d8968bed
tree32519b7414bb03c8bbba1011f4207efdd282c511
parent46d9ebf9fd825b70edb6ca7e590e3fda7f0e8d63
drm/tests: Fix drm_test_fb_xrgb8888_to_xrgb2101010() on big-endian

[ Upstream commit 05663d88fd0b8ee1c54ab2d5fb36f9b6a3ed37f7 ]

Fix failures on big-endian architectures on tests cases
single_pixel_source_buffer, single_pixel_clip_rectangle,
well_known_colors and destination_pitch.

Fixes: 15bda1f8de5d ("drm/tests: Add calls to drm_fb_blit() on supported format conversion tests")
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250630090054.353246-2-jose.exposito89@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/tests/drm_format_helper_test.c