Symbol: I915_SELFTEST_ONLY
sys/dev/pci/drm/i915/gem/i915_gem_dmabuf.c
306
!I915_SELFTEST_ONLY(force_different_devices)) {
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
206
if (I915_SELFTEST_ONLY(fail_gpu_migration))
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
212
!I915_SELFTEST_ONLY(fail_gpu_migration))
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
412
if (unlikely(fence->error || I915_SELFTEST_ONLY(fail_gpu_migration))) {
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
450
return ERR_PTR(I915_SELFTEST_ONLY(fail_gpu_migration) ? -EINVAL :
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
467
return I915_SELFTEST_ONLY(ban_memcpy) ? false : true;
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
494
!I915_SELFTEST_ONLY(fail_gpu_migration ||
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
503
if (!I915_SELFTEST_ONLY(fail_work_allocation))
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
518
fence = ERR_PTR(I915_SELFTEST_ONLY(fail_gpu_migration) ?
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
663
if (I915_SELFTEST_ONLY(evict && fail_gpu_migration))
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
718
if (I915_SELFTEST_ONLY(vm->scrub_64K)) {
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
1849
if (I915_SELFTEST_ONLY(!engine->mmio_base))
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1234
(void)I915_SELFTEST_ONLY(execlists->preempt_hang.count++);
sys/dev/pci/drm/i915/gt/intel_gt_pm.h
116
return I915_SELFTEST_ONLY(gt->awake == INTEL_WAKEREF_MOCK_GT);
sys/dev/pci/drm/i915/gt/intel_gtt.c
79
if (I915_SELFTEST_ONLY(should_fail(&vm->fault_attr, 1)))
sys/dev/pci/drm/i915/gt/intel_reset.c
568
if (I915_SELFTEST_ONLY(should_fail(&engine->reset_timeout, 1)))
sys/dev/pci/drm/i915/i915_gem_evict.c
263
if (I915_SELFTEST_ONLY(igt_evict_ctl.fail_if_busy))