Re: [PATCH] drm/vkms: Add support for ABGR8888 pixel format

From: Louis Chauvet
Date: Tue Jan 28 2025 - 05:06:28 EST


On 27/01/25 - 23:59, Paz Zcharya wrote:
> Add support for pixel format ABGR8888, which is the default format
> on Android devices. This will allow us to use VKMS as the default
> display driver in Android Emulator (Cuttlefish) and increase VKMS
> adoption.
>
> Changes in v2:
> - Rebased on top of tip of tree because it has been 3 months.
> - No functional changes.
>
> Signed-off-by: Paz Zcharya <pazz@xxxxxxxxxx>

Hi Paz,

Reviewed-by: Louis Chauvet <louis.chauvet@xxxxxxxxxxx>

When applying a patch I got a small warning about a missmatch between your
author email and the Signed-off-by:

-:106: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Paz Zcharya <pazz@xxxxxxxxxxxx>' != 'Signed-off-by: Paz Zcharya <pazz@xxxxxxxxxx>'

I can fix it for you by adding a Author: / changing the Sign-of-by before
applying on drm-misc-next.

What mail do you want to use? pazz@xxxxxxxxxx or pazz@xxxxxxxxxxxx?

Thanks!
Louis Chauvet