s/drmtest_subtest_block/drmtest_subtest/
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 12 Aug 2013 10:15:16 +0000 (12:15 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 12 Aug 2013 10:15:16 +0000 (12:15 +0200)
commit814b135541813a6ee623eda895119acdea7f7a2f
tree0e111b4fa3e78f8895744037ca41b0a70224452d
parent16024841a12f71d52aea12603d9fb1cb63124fb6
s/drmtest_subtest_block/drmtest_subtest/

The _block postfix meant to convey that a C statement/block must
follow can be misread as the verb to block. So drop it.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
33 files changed:
lib/drmtest.h
tests/gem_basic.c
tests/gem_caching.c
tests/gem_cpu_concurrent_blit.c
tests/gem_cs_tlb.c
tests/gem_dummy_reloc_loop.c
tests/gem_exec_bad_domains.c
tests/gem_exec_faulting_reloc.c
tests/gem_exec_nop.c
tests/gem_fence_thrash.c
tests/gem_flink.c
tests/gem_flink_race.c
tests/gem_gtt_concurrent_blit.c
tests/gem_linear_blits.c
tests/gem_mmap_gtt.c
tests/gem_partial_pwrite_pread.c
tests/gem_pread.c
tests/gem_pread_after_blit.c
tests/gem_prw_concurrent_blit.c
tests/gem_pwrite.c
tests/gem_pwrite_pread.c
tests/gem_ringfill.c
tests/gem_set_tiling_vs_blt.c
tests/gem_suspend.c
tests/gem_tiled_blits.c
tests/gem_tiled_partial_pwrite_pread.c
tests/gem_write_read_ring_switch.c
tests/kms_flip.c
tests/kms_render.c
tests/prime_nv_api.c
tests/prime_nv_pcopy.c
tests/prime_nv_test.c
tests/prime_self_import.c