Re: [PATCH 4/6] drm/format-helper: Support the AB24 format

2022-09-14 Thread Thierry Reding
On Wed, Sep 07, 2022 at 09:23:01AM +0200, Thomas Zimmermann wrote: > Hi > > Am 05.09.22 um 18:32 schrieb Thierry Reding: > > From: Thierry Reding > > > > Add a conversion helper for the AB24 format to use in drm_fb_blit(). > > > > Signed-off-by: Thierry Reding > > --- > > drivers/gpu/drm/drm

Re: [PATCH 4/6] drm/format-helper: Support the AB24 format

2022-09-07 Thread Thomas Zimmermann
Hi Am 05.09.22 um 18:32 schrieb Thierry Reding: From: Thierry Reding Add a conversion helper for the AB24 format to use in drm_fb_blit(). Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_format_helper.c | 35 + 1 file changed, 35 insertions(+) diff --git

[PATCH 4/6] drm/format-helper: Support the AB24 format

2022-09-05 Thread Thierry Reding
From: Thierry Reding Add a conversion helper for the AB24 format to use in drm_fb_blit(). Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_format_helper.c | 35 + 1 file changed, 35 insertions(+) diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/