Skip to content

Commit 1295729

Browse files
Oleksandr Andrushchenkojgross1
authored andcommitted
drm/xen-front: Add YUYV to supported formats
Add YUYV to supported formats, so the frontend can work with the formats used by cameras and other HW. Signed-off-by: Oleksandr Andrushchenko <[email protected]> Acked-by: Noralf Trønnes <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Juergen Gross <[email protected]>
1 parent 14dee05 commit 1295729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/xen/xen_drm_front_conn.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ static const u32 plane_formats[] = {
3333
DRM_FORMAT_ARGB4444,
3434
DRM_FORMAT_XRGB1555,
3535
DRM_FORMAT_ARGB1555,
36+
DRM_FORMAT_YUYV,
3637
};
3738

3839
const u32 *xen_drm_front_conn_get_formats(int *format_count)

0 commit comments

Comments
 (0)