Re: [PATCH 07/12] drm/format-helper: Rework RGB565-to-XRGB8888 conversion

2022-08-04 Thread Sam Ravnborg
On Wed, Jul 27, 2022 at 01:33:07PM +0200, Thomas Zimmermann wrote: > Update RGB565-to-XRGB conversion to support struct iosys_map > and convert all users. Although these are single-plane color formats, > the new interface supports multi-plane formats for consistency with > drm_fb_blit(). > > S

[PATCH 07/12] drm/format-helper: Rework RGB565-to-XRGB8888 conversion

2022-07-27 Thread Thomas Zimmermann
Update RGB565-to-XRGB conversion to support struct iosys_map and convert all users. Although these are single-plane color formats, the new interface supports multi-plane formats for consistency with drm_fb_blit(). Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_format_helper.c | 25