docs: add some test descriptions

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2014-10-13 11:40:12 +01:00
parent f8b3c704af
commit 3d0dca47c6
8 changed files with 32 additions and 12 deletions
+8
View File
@@ -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