dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: Add ASPEED BMC 'GFX' driver
@ 2019-03-28  5:43 Joel Stanley
  2019-03-28  5:43 ` [PATCH 1/2] dt-bindings: gpu: Add ASPEED GFX bindings document Joel Stanley
  2019-03-28  5:43 ` [PATCH 2/2] drm: Add ASPEED GFX driver Joel Stanley
  0 siblings, 2 replies; 7+ messages in thread
From: Joel Stanley @ 2019-03-28  5:43 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring
  Cc: devicetree, linux-aspeed, Andrew Jeffery, dri-devel,
	Maxime Ripard, Sean Paul, linux-arm-kernel

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 PCIe graphics device that happens to
live in the BMC's silicon, but is otherwise available for use by the
BMC.

I submitted a RFC about a year ago.

 https://patchwork.kernel.org/patch/10339605/

I've fixed all of the issues I had in the RFC, and made the cleanups
that Eric suggested in that review. This version is based on
next-20190327.

Joel Stanley (2):
  dt-bindings: gpu: Add ASPEED GFX bindings document
  drm: Add ASPEED GFX driver

 .../devicetree/bindings/gpu/aspeed-gfx.txt    |  41 +++
 drivers/gpu/drm/Kconfig                       |   2 +
 drivers/gpu/drm/Makefile                      |   1 +
 drivers/gpu/drm/aspeed/Kconfig                |  15 +
 drivers/gpu/drm/aspeed/Makefile               |   3 +
 drivers/gpu/drm/aspeed/aspeed_gfx.h           | 104 +++++++
 drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c      | 248 ++++++++++++++++
 drivers/gpu/drm/aspeed/aspeed_gfx_drv.c       | 269 ++++++++++++++++++
 drivers/gpu/drm/aspeed/aspeed_gfx_out.c       |  49 ++++
 9 files changed, 732 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
 create mode 100644 drivers/gpu/drm/aspeed/Kconfig
 create mode 100644 drivers/gpu/drm/aspeed/Makefile
 create mode 100644 drivers/gpu/drm/aspeed/aspeed_gfx.h
 create mode 100644 drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
 create mode 100644 drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
 create mode 100644 drivers/gpu/drm/aspeed/aspeed_gfx_out.c

-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-04-02  2:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28  5:43 [PATCH 0/2] drm: Add ASPEED BMC 'GFX' driver Joel Stanley
2019-03-28  5:43 ` [PATCH 1/2] dt-bindings: gpu: Add ASPEED GFX bindings document Joel Stanley
2019-03-28  5:43 ` [PATCH 2/2] drm: Add ASPEED GFX driver Joel Stanley
2019-03-28  7:53   ` Daniel Vetter
2019-04-02  2:09     ` Joel Stanley
2019-04-01 17:48   ` Noralf Trønnes
2019-04-01 18:48     ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).