summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/aspeed: Add DVO output option to GFX driverRaptor Engineering Development Team2019-05-021-6/+23
| | | | | | | | The AST2500 offers an alternate GFX output mode over DVO. Enable DVO or VGA output mode conditionally based on two new device tree properties, output-vga and output-dvo. Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
* drm/aspeed: Synchronise driver with upstreamJoel Stanley2019-04-041-11/+4
| | | | | | | | | | | | The aspeed_gfx driver has landed upstream. This shifts the driver to the upstream implementation. The debugfs code was not submitted as it was never used, even during development. OpenBMC-Staging-Count: 1 Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
* drm: Add ASPEED GFX driverJoel Stanley2019-03-201-0/+248
This driver is for the ASPEED BMC SoC's GFX display hardware. This driver runs on the ARM based BMC systems, unlike the ast driver which runs on a host CPU and is is for a PCI graphics device. OpenBMC-Staging-Count: 4 Signed-off-by: Joel Stanley <joel@jms.id.au>
OpenPOWER on IntegriCloud