Re: [PATCH v10 12/22] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
From: Cristian Ciocaltea
Date: Fri Mar 06 2026 - 16:23:19 EST
On 3/5/26 4:19 PM, Nicolas Frattaroli wrote:
> The Rockchip VOP2 video output driver has a "is_yuv_output" function,
> which returns true when a given bus format is a YUV format, and false
> otherwise.
>
> This switch statement is lacking the bus format used for YUV422 10-bit.
>
> Add the two component orderings of the YUV422 10-bit bus formats to the
> switch statement.
>
> Fixes: 604be85547ce ("drm/rockchip: Add VOP2 driver")
> Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@xxxxxxxxxxxxx>
Reviewed-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxxxxxx>