Re: [PATCH v3 1/3] drm/format-helper: Export drm_fb_xrgb8888_to_rgb565_line

2023-09-28 Thread Thomas Zimmermann
Hi Am 27.09.23 um 19:22 schrieb Jocelyn Falempe: drm_panic will need the low-level drm_fb__line functions. Signed-off-by: Jocelyn Falempe --- drivers/gpu/drm/drm_format_helper.c | 3 ++- include/drm/drm_format_helper.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff

[PATCH v3 1/3] drm/format-helper: Export drm_fb_xrgb8888_to_rgb565_line

2023-09-27 Thread Jocelyn Falempe
drm_panic will need the low-level drm_fb__line functions. Signed-off-by: Jocelyn Falempe --- drivers/gpu/drm/drm_format_helper.c | 3 ++- include/drm/drm_format_helper.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_format_helper.c