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
+2
View File
@@ -53,6 +53,8 @@ static drm_intel_bo *target_buffer, *blt_bo;
* on the second batch. This hopefully catches races in our irq acknowledgement.
*/
IGT_TEST_DESCRIPTION("Basic check for missed IRQs on blt ring.");
#define MI_COND_BATCH_BUFFER_END (0x36<<23 | 1)
#define MI_DO_COMPARE (1<<21)