Home
last modified time | relevance | path

Searched refs:I915_SELFTEST_ONLY (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c206 if (I915_SELFTEST_ONLY(fail_gpu_migration)) in i915_ttm_accel_move()
212 !I915_SELFTEST_ONLY(fail_gpu_migration)) in i915_ttm_accel_move()
409 if (unlikely(fence->error || I915_SELFTEST_ONLY(fail_gpu_migration))) { in __memcpy_cb()
447 return ERR_PTR(I915_SELFTEST_ONLY(fail_gpu_migration) ? -EINVAL : in i915_ttm_memcpy_work_arm()
464 return I915_SELFTEST_ONLY(ban_memcpy) ? false : true; in i915_ttm_memcpy_allowed()
491 !I915_SELFTEST_ONLY(fail_gpu_migration || in __i915_ttm_move()
500 if (!I915_SELFTEST_ONLY(fail_work_allocation)) in __i915_ttm_move()
515 fence = ERR_PTR(I915_SELFTEST_ONLY(fail_gpu_migration) ? in __i915_ttm_move()
660 if (I915_SELFTEST_ONLY(evict && fail_gpu_migration)) in i915_ttm_move()
H A Di915_gem_dmabuf.c295 !I915_SELFTEST_ONLY(force_different_devices)) { in i915_gem_prime_import()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_selftest.h109 #define I915_SELFTEST_ONLY(x) unlikely(x) macro
118 #define I915_SELFTEST_ONLY(x) 0 macro
H A Di915_gem_evict.c193 if (I915_SELFTEST_ONLY(igt_evict_ctl.fail_if_busy)) in i915_gem_evict_something()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_selftest.h111 #define I915_SELFTEST_ONLY(x) unlikely(x) macro
121 #define I915_SELFTEST_ONLY(x) 0 macro
H A Di915_gem_evict.c263 if (I915_SELFTEST_ONLY(igt_evict_ctl.fail_if_busy)) in i915_gem_evict_something()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.h63 return I915_SELFTEST_ONLY(gt->awake == -ENODEV); in is_mock_gt()
H A Dintel_gtt.c16 if (I915_SELFTEST_ONLY(should_fail(&vm->fault_attr, 1))) in alloc_pt_dma()
H A Dintel_gt.c715 if (I915_SELFTEST_ONLY(gt->awake == -ENODEV)) in intel_gt_invalidate_tlbs()
H A Dgen8_ppgtt.c511 if (I915_SELFTEST_ONLY(vma->vm->scrub_64K)) { in gen8_ppgtt_insert_huge()
H A Dintel_engine_cs.c1176 if (I915_SELFTEST_ONLY(!engine->mmio_base)) in ring_is_idle()
H A Dintel_workarounds.c1977 if (I915_SELFTEST_ONLY(INTEL_GEN(engine->i915) < 4)) in engine_init_workarounds()
H A Dintel_lrc.c2034 (void)I915_SELFTEST_ONLY(execlists->preempt_hang.count++); in record_preemption()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.h89 return I915_SELFTEST_ONLY(gt->awake == -ENODEV); in is_mock_gt()
H A Dintel_tlb.c124 if (I915_SELFTEST_ONLY(gt->awake == -ENODEV)) in intel_gt_invalidate_tlb_full()
H A Dintel_gtt.c70 if (I915_SELFTEST_ONLY(should_fail(&vm->fault_attr, 1))) in alloc_pt_dma()
H A Dgen8_ppgtt.c714 if (I915_SELFTEST_ONLY(vm->scrub_64K)) { in gen8_ppgtt_insert_huge()
H A Dintel_reset.c569 if (I915_SELFTEST_ONLY(should_fail(&engine->reset_timeout, 1))) in gen8_engine_reset_prepare()
H A Dintel_engine_cs.c1827 if (I915_SELFTEST_ONLY(!engine->mmio_base)) in ring_is_idle()
H A Dintel_execlists_submission.c1236 (void)I915_SELFTEST_ONLY(execlists->preempt_hang.count++); in record_preemption()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1128 if (I915_SELFTEST_ONLY(context_barrier_inject_fault & in context_barrier_task()

Completed in 34 milliseconds