]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
drm: rcar-du: Remove packed VYUY support
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Fri, 14 Sep 2018 13:21:49 +0000 (14:21 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 15 Sep 2018 14:28:34 +0000 (17:28 +0300)
commit6e1637c91742570ff873433ed27227933b792af4
tree99775f80c572cd0ca6acaf18ff9e0516830bf0b2
parentf09e5b5d776debc2761e8d9330d60b8dcd8cb9dd
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>
drivers/gpu/drm/rcar-du/rcar_du_vsp.c