Searched refs:I915_SELFTEST_ONLY (Results 1 – 11 of 11) sorted by relevance
206 if (I915_SELFTEST_ONLY(fail_gpu_migration)) in i915_ttm_accel_move()212 !I915_SELFTEST_ONLY(fail_gpu_migration)) in i915_ttm_accel_move()406 if (unlikely(fence->error || I915_SELFTEST_ONLY(fail_gpu_migration))) { in __memcpy_cb()444 return ERR_PTR(I915_SELFTEST_ONLY(fail_gpu_migration) ? -EINVAL : in i915_ttm_memcpy_work_arm()461 return I915_SELFTEST_ONLY(ban_memcpy) ? false : true; in i915_ttm_memcpy_allowed()488 !I915_SELFTEST_ONLY(fail_gpu_migration || in __i915_ttm_move()497 if (!I915_SELFTEST_ONLY(fail_work_allocation)) in __i915_ttm_move()512 fence = ERR_PTR(I915_SELFTEST_ONLY(fail_gpu_migration) ? in __i915_ttm_move()654 if (I915_SELFTEST_ONLY(evict && fail_gpu_migration)) in i915_ttm_move()
297 !I915_SELFTEST_ONLY(force_different_devices)) { in i915_gem_prime_import()
111 #define I915_SELFTEST_ONLY(x) unlikely(x) macro121 #define I915_SELFTEST_ONLY(x) 0 macro
263 if (I915_SELFTEST_ONLY(igt_evict_ctl.fail_if_busy)) in i915_gem_evict_something()
89 return I915_SELFTEST_ONLY(gt->awake == -ENODEV); in is_mock_gt()
70 if (I915_SELFTEST_ONLY(should_fail(&vm->fault_attr, 1))) in alloc_pt_dma()
1187 if (I915_SELFTEST_ONLY(gt->awake == -ENODEV)) in intel_gt_invalidate_tlb()
684 if (I915_SELFTEST_ONLY(vm->scrub_64K)) { in gen8_ppgtt_insert_huge()
564 if (I915_SELFTEST_ONLY(should_fail(&engine->reset_timeout, 1))) in gen8_engine_reset_prepare()
1708 if (I915_SELFTEST_ONLY(!engine->mmio_base)) in ring_is_idle()
1236 (void)I915_SELFTEST_ONLY(execlists->preempt_hang.count++); in record_preemption()
Completed in 25 milliseconds