Re: [PATCH v3 3/5] drm: add drm_fb_xrgb8888_to_rgb565_dstclip()

From: Noralf TrÃnnes
Date: Fri Apr 05 2019 - 09:57:36 EST




Den 05.04.2019 11.52, skrev Gerd Hoffmann:
> It is a drm_fb_xrgb8888_to_rgb565() variant which checks the clip
> rectangle for the destination too.
>
> Common code between drm_fb_xrgb8888_to_rgb565() and
> drm_fb_xrgb8888_to_rgb565_dstclip() was factored out into the
> drm_fb_xrgb8888_to_rgb565_lines() helper function.
>
> Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>
> ---

Reviewed-by: Noralf TrÃnnes <noralf@xxxxxxxxxxx>