All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Documentation: convert DocBook gpu.tmpl to reStructuredText
@ 2016-06-21 11:48 Jani Nikula
  2016-06-21 11:48 ` [PATCH v2 1/7] Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl Jani Nikula
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jani Nikula @ 2016-06-21 11:48 UTC (permalink / raw)
  To: Jani Nikula, dri-devel, Dave Airlie, daniel
  Cc: intel-gfx, Jonathan Corbet, Laurent Pinchart, linux-doc

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

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

end of thread, other threads:[~2016-06-21 12:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 11:48 [PATCH v2 0/7] Documentation: convert DocBook gpu.tmpl to reStructuredText Jani Nikula
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

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.