diff options
author | Thomas Wood <thomas.wood@intel.com> | 2014-11-28 11:02:44 +0000 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2014-12-04 16:07:55 +0000 |
commit | b2ac2642a9b5448761086bdb8ae1a1e2974b3995 (patch) | |
tree | 48c6e835a0b62de686a6889847c3176cd77637fe /tests/gem_dummy_reloc_loop.c | |
parent | 029dee797965357dbcbe5a097731701e4d965d82 (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/gem_dummy_reloc_loop.c')
-rw-r--r-- | tests/gem_dummy_reloc_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_dummy_reloc_loop.c b/tests/gem_dummy_reloc_loop.c index 7a971403..335700d3 100644 --- a/tests/gem_dummy_reloc_loop.c +++ b/tests/gem_dummy_reloc_loop.c @@ -62,6 +62,7 @@ static drm_intel_bo *mbuffer[NUM_FD]; * at hitting the missed irq bug that's worked around with the HWSTAM irq write. */ +IGT_TEST_DESCRIPTION("Check ring<->cpu sync using a dummy reloc."); #define MI_COND_BATCH_BUFFER_END (0x36<<23 | 1) #define MI_DO_COMPARE (1<<21) |