summaryrefslogtreecommitdiff
path: root/tests/kms_flip_tiling.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-11-28 11:02:44 +0000
committerThomas Wood <thomas.wood@intel.com>2014-12-04 16:07:55 +0000
commitb2ac2642a9b5448761086bdb8ae1a1e2974b3995 (patch)
tree48c6e835a0b62de686a6889847c3176cd77637fe /tests/kms_flip_tiling.c
parent029dee797965357dbcbe5a097731701e4d965d82 (diff)
tests: add more test descriptions
Add more test descriptions based on exiting comments. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/kms_flip_tiling.c')
-rw-r--r--tests/kms_flip_tiling.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/kms_flip_tiling.c b/tests/kms_flip_tiling.c
index 5c67398f..9bc085b2 100644
--- a/tests/kms_flip_tiling.c
+++ b/tests/kms_flip_tiling.c
@@ -34,6 +34,9 @@
#include "igt_kms.h"
#include "ioctl_wrappers.h"
+IGT_TEST_DESCRIPTION("Test that a page flip from a tiled buffer to a linear"
+ " one works correctly.");
+
typedef struct {
int drm_fd;
igt_display_t display;