Files
linux/drivers/gpu/drm
Thomas Zimmermann a376dcf49c drm/format-helper: Add generic conversion to 8-bit formats
Add drm_fb_xfrm_line_32to8() to implement conversion from 32-bit
pixels to 8-bit pixels. The pixel-conversion is specified by the
given callback parameter. Mark the helper as always_inline to avoid
overhead from function calls.

Then implement all existing line-conversion functions with the new
generic call and the respective pixel-conversion helper.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/20250328141709.217283-6-tzimmermann@suse.de
2025-04-01 15:35:22 +02:00
..
2025-02-18 07:43:43 +01:00
2025-03-06 15:21:36 +01:00
2025-01-23 14:42:21 +01:00
2025-01-08 01:39:58 +02:00
2024-11-03 01:28:06 -05:00