diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-10-26 13:06:31 -0700 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-04-21 08:12:11 +1000 |
commit | 2d2ef822758e3f5da59c40a392d0c6d89394d4b4 (patch) | |
tree | 95f99075fc8d67b2ccc99fa7c937c325c7e39a8a /Documentation/DocBook/Makefile | |
parent | 10fd883ce384706f88554a0b08cc4d63345e7d8b (diff) |
drm: add initial DRM developer documentation
Add a DRM DocBook providing basic information about DRM interfaces, including
TTM, GEM, KMS and vblank infrastructure. Intended to provide information to
new and existing developers about how to perform driver initialization,
implement mode setting and other DRM features.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r-- | Documentation/DocBook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 325cfd1d6d99..c7e5dc7e8cb3 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -14,7 +14,7 @@ DOCBOOKS := z8530book.xml mcabook.xml device-drivers.xml \ genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ mac80211.xml debugobjects.xml sh.xml regulator.xml \ alsa-driver-api.xml writing-an-alsa-driver.xml \ - tracepoint.xml media.xml + tracepoint.xml media.xml drm.xml ### # The build process is as follows (targets): |