diff options
author | Jani Nikula <jani.nikula@intel.com> | 2018-01-29 13:01:04 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2018-01-29 19:23:04 +0200 |
commit | 1061537fd2241329bc676967f0433619fa6edd10 (patch) | |
tree | 721e5acb63bf05ced3c746a2898b487d8b597a17 | |
parent | 8ccae5deccf6c8f9ed4c23c8172c7fd09400ae7e (diff) |
doc: add high level introduction to documentation main page
It's a bit harsh to welcome the reader with just contents.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
-rw-r--r-- | index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/index.rst b/index.rst index f5f8e95571eb..70a6eb69cc60 100644 --- a/index.rst +++ b/index.rst @@ -1,6 +1,22 @@ DRM Maintainer Tools ==================== +This documentation covers the tools and workflows for maintaining and +contributing to the Linux kernel DRM subsystem's drm-misc and drm-intel +repositories. The intended audience is primarily the maintainers and committers +of said repositories, but the workflow documentation may be useful for anyone +interested in the kernel graphics subsystem development. + +Both drm-misc and drm-intel are maintained using the same tools and very similar +workflows. Both feed to the same testing and integration tree, the drm-tip. The +documentation here is mostly shared, highlighting the differences in workflows +where applicable. + +Please use the `dim-tools@lists.freedesktop.org`_ mailing list for +contributions, bug reports, and discussion about the tooling and documentation. + +.. _dim-tools@lists.freedesktop.org: https://lists.freedesktop.org/mailman/listinfo/dim-tools + Contents: .. toctree:: |