From 3d0dca47c6fdec0720aca8016af9a889a0eb3409 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 13 Oct 2014 11:40:12 +0100 Subject: docs: add some test descriptions Signed-off-by: Thomas Wood --- tests/kms_cursor_crc.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/kms_cursor_crc.c') diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index 87b4f649..5772ed45 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -34,6 +34,14 @@ #include "intel_chipset.h" #include "igt_aux.h" +IGT_TEST_DESCRIPTION( + "Use the display CRC support to validate cursor plane functionality. " + "The test will position the cursor plane either fully onscreen, " + "partially onscreen, or fully offscreen, using either a fully opaque " + "or fully transparent surface. In each case it then reads the PF CRC " + "and compares it with the CRC value obtained when the cursor plane " + "was disabled."); + #ifndef DRM_CAP_CURSOR_WIDTH #define DRM_CAP_CURSOR_WIDTH 0x8 #endif -- cgit v1.2.3