mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
drm: xlnx: zynqmp: Add support for XVUY2101010
Add support for XVUY2101010 format. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Vishal Sagar <vishal.sagar@amd.com> Link: https://patch.msgid.link/20260423-xilinx-formats-v10-11-c690c2b8ea89@ideasonboard.com Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
This commit is contained in:
parent
620e989e66
commit
b7e9682152
|
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user