aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-18drm: atmel-hlcdc: add RGB565 and RGB444 output supportBoris Brezillon1-0/+4
The HLCDC IP supports RGB565 and RGB444 output formats. Signed-off-by: Boris Brezillon <[email protected]>
2015-02-22drm: atmel-hlcdc: Atomic mode-setting conversionBoris Brezillon1-26/+15
Convert the HLCDC driver to atomic mode-setting. Signed-off-by: Boris Brezillon <[email protected]> Tested-by: Sylvain Rochet <[email protected]> Acked-by: Daniel Vetter <[email protected]>
2015-01-21drm: add Atmel HLCDC Display Controller supportBoris Brezillon1-0/+319
The Atmel HLCDC (HLCD Controller) IP available on some Atmel SoCs (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family) provides a display controller device. This display controller supports at least one primary plane and might provide several overlays and an hardware cursor depending on the IP version. At the moment, this driver only implements an RGB connector to interface with LCD panels, but support for other kind of external devices might be added later. Signed-off-by: Boris Brezillon <[email protected]> Reviewed-by: Rob Clark <[email protected]> Tested-by: Anthony Harivel <[email protected]> Tested-by: Ludovic Desroches <[email protected]> Acked-by: Nicolas Ferre <[email protected]>