[PATCH 0/6] diagrams for drm docs
Daniel Vetter
daniel.vetter at ffwll.ch
Mon Dec 19 07:44:23 UTC 2016
Hi all,
So this is my first stab at doing some overview diagrams for drm. Pretty much
like what it looks like, both input and output. Well there's one layout issue
where I couldn't convince DOT to do what I want it to do. All based on Markus'
kernel-figures script.
I think the script needs a bit more work&polish, but I'm probably not the best
one to do that. I can take a stab at improving things a bit, but I think better
if Jani/Jon/Markus help out here.
Cheers, Daniel
Daniel Vetter (5):
HACKS: pass stderr along in kfigure.py
drm/doc: Add KMS overview graphs
drm/doc: Consistent kerneldoc include order
drm/doc: diagram for mode objects and properties
drm/doc: atomic overview, with graph
Markus Heiser (1):
docs-rst: automatically convert Graphviz and SVG images
Documentation/conf.py | 2 +-
Documentation/doc-guide/hello.dot | 3 +
Documentation/doc-guide/sphinx.rst | 90 +++++-
Documentation/doc-guide/svg_image.svg | 10 +
Documentation/gpu/drm-internals.rst | 6 +-
Documentation/gpu/drm-kms-helpers.rst | 28 +-
Documentation/gpu/drm-kms.rst | 269 ++++++++++++++++--
Documentation/gpu/drm-mm.rst | 24 +-
Documentation/process/changes.rst | 8 +-
Documentation/sphinx/kfigure.py | 511 ++++++++++++++++++++++++++++++++++
10 files changed, 903 insertions(+), 48 deletions(-)
create mode 100644 Documentation/doc-guide/hello.dot
create mode 100644 Documentation/doc-guide/svg_image.svg
create mode 100644 Documentation/sphinx/kfigure.py
--
2.11.0
More information about the dri-devel
mailing list