aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/renesas/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21drm: renesas: Add RZ/G2L DU SupportBiju Das1-0/+1
The LCD controller is composed of Frame Compression Processor (FCPVD), Video Signal Processor (VSPD), and Display Unit (DU). It has DPI/DSI interfaces and supports a maximum resolution of 1080p along with 2 RPFs to support the blending of two picture layers and raster operations (ROPs). The DU module is connected to VSPD. Add RZ/G2L DU support for RZ/G2L alike SoCs. Signed-off-by: Biju Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
2023-05-29drm: Place Renesas drivers in a separate dirBiju Das1-0/+4
Create vendor specific renesas directory and move renesas drivers to that directory. Signed-off-by: Biju Das <[email protected]> Acked-by: Kieran Bingham <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>