summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner2015-12-18 02:14:49 -0600
committerEmil Velikov2015-12-18 11:44:27 -0600
commit0cfb6a39864c3ebc7802107a8e4ddac67195d4cd (patch)
treeb913cdcd528b4cfe9b193a58e0973c4ca6c17e57
parentb020b02f841af6c04d97d484db0ecf1149b93abf (diff)
downloadexternal-libdrm-0cfb6a39864c3ebc7802107a8e4ddac67195d4cd.tar.gz
external-libdrm-0cfb6a39864c3ebc7802107a8e4ddac67195d4cd.tar.xz
external-libdrm-0cfb6a39864c3ebc7802107a8e4ddac67195d4cd.zip
tests: remove missleading comments
The comment has been copied from modetest and is not applicable for vbltest. Signed-off-by: Stefan Agner <stefan@agner.ch> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
-rw-r--r--tests/vbltest/vbltest.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c
index 60badf11..18333212 100644
--- a/tests/vbltest/vbltest.c
+++ b/tests/vbltest/vbltest.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * DRM based mode setting test program 2 * DRM based vblank test program
3 * Copyright 2008 Tungsten Graphics 3 * Copyright 2008 Tungsten Graphics
4 * Jakob Bornecrantz <jakob@tungstengraphics.com> 4 * Jakob Bornecrantz <jakob@tungstengraphics.com>
5 * Copyright 2008 Intel Corporation 5 * Copyright 2008 Intel Corporation
@@ -24,19 +24,6 @@
24 * IN THE SOFTWARE. 24 * IN THE SOFTWARE.
25 */ 25 */
26 26
27/*
28 * This fairly simple test program dumps output in a similar format to the
29 * "xrandr" tool everyone knows & loves. It's necessarily slightly different
30 * since the kernel separates outputs into encoder and connector structures,
31 * each with their own unique ID. The program also allows test testing of the
32 * memory management and mode setting APIs by allowing the user to specify a
33 * connector and mode to use for mode setting. If all works as expected, a
34 * blue background should be painted on the monitor attached to the specified
35 * connector after the selected mode is set.
36 *
37 * TODO: use cairo to write the mode info on the selected output once
38 * the mode has been programmed, along with possible test patterns.
39 */
40#ifdef HAVE_CONFIG_H 27#ifdef HAVE_CONFIG_H
41#include "config.h" 28#include "config.h"
42#endif 29#endif