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 <[email protected]>
Reviewed-by: Cristian Ciocaltea <[email protected]>