diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-26 15:15:49 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-26 18:50:28 +0100 |
commit | c6c2b2bb7039e8cc89841bd9782a61b7d734dfe2 (patch) | |
tree | 84cd68f4e9bfd4535f6281e8ecdcc95d258da0c1 /docs | |
parent | 64401f57e958998d537ff67525d5f1e9a4f76b22 (diff) |
lib/igt_kms/bf: doc skeleton
igt_kms docs are just skeleton and also added igt_fb to make sure the
linking works correctly.
Next up: Actually documenting igt_fb.
Also fix that depency spelling fumble I've copied around to a few too
many places.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml b/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml index 1dafe6c2..dcfff33c 100644 --- a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml +++ b/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml @@ -19,6 +19,7 @@ <xi:include href="xml/igt_core.xml"/> <xi:include href="xml/igt_debugfs.xml"/> <xi:include href="xml/igt_kms.xml"/> + <xi:include href="xml/igt_fb.xml"/> <xi:include href="xml/igt_aux.xml"/> <xi:include href="xml/ioctl_wrappers.xml"/> <xi:include href="xml/intel_batchbuffer.xml"/> |