Skip to content

Commit 6e1637c

Browse files
kbinghamLaurent Pinchart
authored andcommitted
drm: rcar-du: Remove packed VYUY support
The Gen3 VSP used by the DU for display does not support the packed VYUY pixel format. Gen2 VSP hardware is able to process this format, but DU + VSP operation isn't enabled on Gen2, and VYUY isn't a strategic format, so it can be ignored. Remove the format from the capabilities of the DU driver. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
1 parent f09e5b5 commit 6e1637c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/rcar-du/rcar_du_vsp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ static const u32 formats_kms[] = {
126126
DRM_FORMAT_ARGB8888,
127127
DRM_FORMAT_XRGB8888,
128128
DRM_FORMAT_UYVY,
129-
DRM_FORMAT_VYUY,
130129
DRM_FORMAT_YUYV,
131130
DRM_FORMAT_YVYU,
132131
DRM_FORMAT_NV12,
@@ -155,7 +154,6 @@ static const u32 formats_v4l2[] = {
155154
V4L2_PIX_FMT_ABGR32,
156155
V4L2_PIX_FMT_XBGR32,
157156
V4L2_PIX_FMT_UYVY,
158-
V4L2_PIX_FMT_VYUY,
159157
V4L2_PIX_FMT_YUYV,
160158
V4L2_PIX_FMT_YVYU,
161159
V4L2_PIX_FMT_NV12M,

0 commit comments

Comments
 (0)