]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: Add ASPEED GFX driver
authorJoel Stanley <joel@jms.id.au>
Wed, 3 Apr 2019 00:19:08 +0000 (10:49 +1030)
committerJoel Stanley <joel@jms.id.au>
Thu, 4 Apr 2019 01:27:34 +0000 (11:57 +1030)
commit4f2a8f5898ecd806cc0ccece1df4c0f143f80a74
treefd039e5b9430fd7c004859fd06170ca22e1630b8
parenteff9f244c1237f681c41dd66b811efec590e9deb
drm: Add ASPEED GFX driver

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.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190403001909.31637-3-joel@jms.id.au
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/aspeed/Kconfig [new file with mode: 0644]
drivers/gpu/drm/aspeed/Makefile [new file with mode: 0644]
drivers/gpu/drm/aspeed/aspeed_gfx.h [new file with mode: 0644]
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c [new file with mode: 0644]
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c [new file with mode: 0644]
drivers/gpu/drm/aspeed/aspeed_gfx_out.c [new file with mode: 0644]