]> git.baikalelectronics.ru Git - kernel.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)
commit481555c04a9d29ec97626c4724f63ea4016027c7
treefd039e5b9430fd7c004859fd06170ca22e1630b8
parent614f6ebf00bcf983d7ea6dd1e5f5486186a64c10
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]