lib: unnecessary header removal for drmtest.h, part 1
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Mar 2014 20:07:37 +0000 (21:07 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Mar 2014 20:07:37 +0000 (21:07 +0100)
commite49ceb869056255b8b6b94720b2279f6de88c893
treecd146872fc8d5fe8f693890e0abc424ac2698255
parent924115bfcd5beae84f2e2d6b266c619659185475
lib: unnecessary header removal for drmtest.h, part 1

Brought a few missing headers to light in ioctl_wrappers.h, too.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
124 files changed:
benchmarks/intel_upload_blit_large.c
benchmarks/intel_upload_blit_large_gtt.c
benchmarks/intel_upload_blit_large_map.c
benchmarks/intel_upload_blit_small.c
demos/intel_sprite_on.c
lib/drmtest.c
lib/drmtest.h
lib/igt_debugfs.c
lib/igt_kms.c
lib/ioctl_wrappers.h
lib/rendercopy_gen7.c
tests/core_get_client_auth.c
tests/drm_vma_limiter.c
tests/drm_vma_limiter_cached.c
tests/drm_vma_limiter_cpu.c
tests/drm_vma_limiter_gtt.c
tests/drv_suspend.c
tests/gem_bad_address.c
tests/gem_bad_batch.c
tests/gem_bad_blit.c
tests/gem_bad_length.c
tests/gem_basic.c
tests/gem_caching.c
tests/gem_close_race.c
tests/gem_concurrent_blit.c
tests/gem_cpu_reloc.c
tests/gem_cs_prefetch.c
tests/gem_cs_tlb.c
tests/gem_ctx_bad_destroy.c
tests/gem_ctx_bad_exec.c
tests/gem_ctx_basic.c
tests/gem_ctx_create.c
tests/gem_ctx_exec.c
tests/gem_double_irq_loop.c
tests/gem_dummy_reloc_loop.c
tests/gem_evict_alignment.c
tests/gem_evict_everything.c
tests/gem_exec_bad_domains.c
tests/gem_exec_big.c
tests/gem_exec_blt.c
tests/gem_exec_faulting_reloc.c
tests/gem_exec_lut_handle.c
tests/gem_exec_nop.c
tests/gem_fd_exhaustion.c
tests/gem_fence_thrash.c
tests/gem_fenced_exec_thrash.c
tests/gem_flink.c
tests/gem_flink_race.c
tests/gem_gtt_cpu_tlb.c
tests/gem_gtt_hog.c
tests/gem_gtt_speed.c
tests/gem_hang.c
tests/gem_hangcheck_forcewake.c
tests/gem_largeobject.c
tests/gem_linear_blits.c
tests/gem_lut_handle.c
tests/gem_madvise.c
tests/gem_media_fill.c
tests/gem_mmap.c
tests/gem_mmap_gtt.c
tests/gem_mmap_offset_exhaustion.c
tests/gem_non_secure_batch.c
tests/gem_partial_pwrite_pread.c
tests/gem_persistent_relocs.c
tests/gem_pin.c
tests/gem_pipe_control_store_loop.c
tests/gem_pread.c
tests/gem_pread_after_blit.c
tests/gem_pwrite.c
tests/gem_pwrite_pread.c
tests/gem_readwrite.c
tests/gem_reg_read.c
tests/gem_reloc_overflow.c
tests/gem_reloc_vs_gpu.c
tests/gem_render_copy.c
tests/gem_render_linear_blits.c
tests/gem_render_tiled_blits.c
tests/gem_reset_stats.c
tests/gem_ring_sync_copy.c
tests/gem_ring_sync_loop.c
tests/gem_ringfill.c
tests/gem_seqno_wrap.c
tests/gem_set_tiling_vs_blt.c
tests/gem_set_tiling_vs_gtt.c
tests/gem_set_tiling_vs_pwrite.c
tests/gem_storedw_batches_loop.c
tests/gem_storedw_loop_blt.c
tests/gem_storedw_loop_bsd.c
tests/gem_storedw_loop_render.c
tests/gem_storedw_loop_vebox.c
tests/gem_stress.c
tests/gem_threaded_access_tiled.c
tests/gem_tiled_blits.c
tests/gem_tiled_fence_blits.c
tests/gem_tiled_partial_pwrite_pread.c
tests/gem_tiled_pread.c
tests/gem_tiled_pread_pwrite.c
tests/gem_tiled_swapping.c
tests/gem_tiling_max_stride.c
tests/gem_unfence_active_buffers.c
tests/gem_unref_active_buffers.c
tests/gem_vmap_blits.c
tests/gem_wait_render_timeout.c
tests/gem_write_read_ring_switch.c
tests/gen3_mixed_blits.c
tests/gen3_render_linear_blits.c
tests/gen3_render_mixed_blits.c
tests/gen3_render_tiledx_blits.c
tests/gen3_render_tiledy_blits.c
tests/gen7_forcewake_mt.c
tests/kms_addfb.c
tests/kms_fbc_crc.c
tests/kms_flip.c
tests/kms_render.c
tests/pm_lpsp.c
tests/pm_pc8.c
tests/pm_rps.c
tests/prime_nv_api.c
tests/prime_nv_pcopy.c
tests/prime_nv_test.c
tests/prime_self_import.c
tests/prime_udl.c
tests/testdisplay.c
tools/intel_perf_counters.c