From: Jani Nikula <jani.nikula@intel.com>
To: Jani Nikula <jani.nikula@intel.com>,
dri-devel@lists.freedesktop.org, Dave Airlie <airlied@gmail.com>,
daniel@ffwll.ch
Cc: intel-gfx@lists.freedesktop.org, Jonathan Corbet <corbet@lwn.net>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
linux-doc@vger.kernel.org
Subject: [PATCH v2 0/7] Documentation: convert DocBook gpu.tmpl to reStructuredText
Date: Tue, 21 Jun 2016 14:48:56 +0300 [thread overview]
Message-ID: <cover.1466506505.git.jani.nikula@intel.com> (raw)
Take two of [1], see the cover letter there.
I've renamed drm-userland-interfaces.rst to drm-uapi.rst and added a
further split-up patch of drm internals, extracting mm, kms and kms
helpers to separate documents.
BR,
Jani.
[1] http://mid.gmane.org/cover.1466434348.git.jani.nikula@intel.com
Jani Nikula (7):
Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl
Documentation/gpu: split up the gpu documentation
MAINTAINERS: add Documentation/gpu and Documentation/gpu/i915.rst
Documentation/gpu: use recommended order of heading markers
Documentation/gpu: convert the KMS properties table to CSV
Documentation/gpu: split up mm, kms and kms-helpers from internals
Documentation/DocBook: remove gpu.tmpl
Documentation/DocBook/Makefile | 2 +-
Documentation/DocBook/gpu.tmpl | 3528 ---------------------------------
Documentation/gpu/drm-internals.rst | 378 ++++
Documentation/gpu/drm-kms-helpers.rst | 260 +++
Documentation/gpu/drm-kms.rst | 656 ++++++
Documentation/gpu/drm-mm.rst | 454 +++++
Documentation/gpu/drm-uapi.rst | 92 +
Documentation/gpu/i915.rst | 347 ++++
Documentation/gpu/index.rst | 14 +
Documentation/gpu/introduction.rst | 51 +
Documentation/gpu/kms-properties.csv | 128 ++
Documentation/gpu/vga-switcheroo.rst | 102 +
Documentation/index.rst | 1 +
MAINTAINERS | 3 +-
14 files changed, 2486 insertions(+), 3530 deletions(-)
delete mode 100644 Documentation/DocBook/gpu.tmpl
create mode 100644 Documentation/gpu/drm-internals.rst
create mode 100644 Documentation/gpu/drm-kms-helpers.rst
create mode 100644 Documentation/gpu/drm-kms.rst
create mode 100644 Documentation/gpu/drm-mm.rst
create mode 100644 Documentation/gpu/drm-uapi.rst
create mode 100644 Documentation/gpu/i915.rst
create mode 100644 Documentation/gpu/index.rst
create mode 100644 Documentation/gpu/introduction.rst
create mode 100644 Documentation/gpu/kms-properties.csv
create mode 100644 Documentation/gpu/vga-switcheroo.rst
--
2.1.4
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2016-06-21 11:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-21 11:48 Jani Nikula [this message]
2016-06-21 11:48 ` [PATCH v2 1/7] Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl Jani Nikula
2016-06-21 11:48 ` [PATCH v2 2/7] Documentation/gpu: split up the gpu documentation Jani Nikula
2016-06-21 11:48 ` [PATCH v2 3/7] MAINTAINERS: add Documentation/gpu and Documentation/gpu/i915.rst Jani Nikula
2016-06-21 11:49 ` [PATCH v2 4/7] Documentation/gpu: use recommended order of heading markers Jani Nikula
2016-06-21 11:49 ` [PATCH v2 5/7] Documentation/gpu: convert the KMS properties table to CSV Jani Nikula
2016-06-21 11:49 ` [PATCH v2 6/7] Documentation/gpu: split up mm, kms and kms-helpers from internals Jani Nikula
2016-06-21 11:49 ` [PATCH v2 7/7] Documentation/DocBook: remove gpu.tmpl Jani Nikula
2016-06-21 12:17 ` [PATCH v2 0/7] Documentation: convert DocBook gpu.tmpl to reStructuredText Daniel Vetter
2016-06-21 12:29 ` ✗ Ro.CI.BAT: failure for Documentation: convert DocBook gpu.tmpl to reStructuredText (rev2) Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1466506505.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=airlied@gmail.com \
--cc=corbet@lwn.net \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-doc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.