tests: add more test descriptions

Add more test descriptions based on exiting comments.

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2014-11-28 11:02:44 +00:00
parent 029dee7979
commit b2ac2642a9
66 changed files with 167 additions and 4 deletions
+4 -1
View File
@@ -25,7 +25,7 @@
*
*/
/* Exercises the basic execbuffer using theh andle LUT interface */
/* Exercises the basic execbuffer using the handle LUT interface */
#include <stdlib.h>
#include <stdio.h>
@@ -39,6 +39,9 @@
#include "ioctl_wrappers.h"
#include "drmtest.h"
IGT_TEST_DESCRIPTION("Exercises the basic execbuffer using the handle LUT"
" interface.");
#define BATCH_SIZE (1024*1024)
#define LOCAL_I915_EXEC_NO_RELOC (1<<11)