[Intel-gfx] [PATCH 17/18] tests/kms_setmode: mark simple clone test as basic
Jesse Barnes
jbarnes at virtuousgeek.org
Thu Aug 13 13:31:40 PDT 2015
Should cover simple, single CRTC mode sets.
Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
---
tests/kms_setmode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c
index 82769ab..2c0fe45 100644
--- a/tests/kms_setmode.c
+++ b/tests/kms_setmode.c
@@ -685,7 +685,7 @@ int main(int argc, char **argv)
const char *name;
} tests[] = {
{ TEST_CLONE | TEST_SINGLE_CRTC_CLONE,
- "clone-single-crtc" },
+ "basic-clone-single-crtc" },
{ TEST_INVALID | TEST_CLONE | TEST_SINGLE_CRTC_CLONE,
"invalid-clone-single-crtc" },
{ TEST_INVALID | TEST_CLONE | TEST_EXCLUSIVE_CRTC_CLONE,
--
1.9.1
More information about the Intel-gfx
mailing list