drm/xen-front: Add YUYV to supported formats
[platform/kernel/linux-starfive.git] / drivers / gpu / drm / xen / xen_drm_front_conn.c
index 459702f..44f1f70 100644 (file)
@@ -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)