Hi Tomi, Thank you for the patch.
On Wed, Mar 26, 2025 at 03:22:54PM +0200, Tomi Valkeinen wrote: > Add support for XVUY2101010 format. > > Signed-off-by: Tomi Valkeinen <tomi.valkei...@ideasonboard.com> > --- > drivers/gpu/drm/xlnx/zynqmp_disp.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/drivers/gpu/drm/xlnx/zynqmp_disp.c > b/drivers/gpu/drm/xlnx/zynqmp_disp.c > index ce685dfbf31f..79f58e06f38f 100644 > --- a/drivers/gpu/drm/xlnx/zynqmp_disp.c > +++ b/drivers/gpu/drm/xlnx/zynqmp_disp.c > @@ -322,6 +322,11 @@ static const struct zynqmp_disp_format avbuf_vid_fmts[] > = { > .buf_fmt = ZYNQMP_DISP_AV_BUF_FMT_NL_VID_YV24_10, > .swap = false, > .sf = scaling_factors_101010, > + }, { > + .drm_fmt = DRM_FORMAT_XVUY2101010, > + .buf_fmt = ZYNQMP_DISP_AV_BUF_FMT_NL_VID_YUV444_10, > + .swap = false, > + .sf = scaling_factors_101010, I'll have to trust your word on this, the documentation is just too wrong in too many places to trust it. Assuming you've tested this format, Reviewed-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> > }, > }; > -- Regards, Laurent Pinchart