]> 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)
commitd4abefe39aaac056511cb7ea9a1dc8828eec1b80
treefd039e5b9430fd7c004859fd06170ca22e1630b8
parente35f482974d3f7f830f1e60816186151d7234f37
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]