summaryrefslogtreecommitdiff
path: root/lib/igt_fb.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-05-13 11:29:34 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-05-13 11:29:34 +0200
commit1503d17cc5444d43f37b07d722f7c2a0db7c7f91 (patch)
tree03cdf659fecff26f1bf069c9a5ac4c858eca3272 /lib/igt_fb.c
parent0be29daac18bebeca6be6e80746ff8abb6476dfc (diff)
lib/igt_core: Document testrunner interface a bit
Also fix up one gtkdoc fumble in igt_fb. We should use symbolic defines if possible instead of just listening the magic 0, 77, 78 values for exit codes, but that's a separate patch. Cc: tim.gore@intel.com Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_fb.c')
-rw-r--r--lib/igt_fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 29a12c6c..2149fcd0 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -544,6 +544,7 @@ cairo_t *igt_get_cairo_ctx(int fd, struct igt_fb *fb)
}
/**
+ * igt_write_fb_to_png:
* @fd: open i915 drm file descriptor
* @fb: pointer to an #igt_fb structure
* @filename: target name for the png image