aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Andrushchenko <[email protected]>2020-08-13 09:21:11 +0300
committerJuergen Gross <[email protected]>2020-08-13 12:50:27 +0200
commit129572999a1eb6e125e645d0436de7d4ab6b8a6c (patch)
treed03e080bb6cfb782cbaf3122b3415ffe8ac475d3
parent14dee058610446aa464254fc5c8e88c7535195e0 (diff)
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]>
-rw-r--r--drivers/gpu/drm/xen/xen_drm_front_conn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xen/xen_drm_front_conn.c b/drivers/gpu/drm/xen/xen_drm_front_conn.c
index 459702fa990e..44f1f70c0aed 100644
--- a/drivers/gpu/drm/xen/xen_drm_front_conn.c
+++ b/drivers/gpu/drm/xen/xen_drm_front_conn.c
@@ -33,6 +33,7 @@ static const u32 plane_formats[] = {
DRM_FORMAT_ARGB4444,
DRM_FORMAT_XRGB1555,
DRM_FORMAT_ARGB1555,
+ DRM_FORMAT_YUYV,
};
const u32 *xen_drm_front_conn_get_formats(int *format_count)