Home
last modified time | relevance | path

Searched refs:I915_SELFTEST_ONLY (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_ttm_move.c190 if (I915_SELFTEST_ONLY(fail_gpu_migration)) in i915_ttm_accel_move()
196 !I915_SELFTEST_ONLY(fail_gpu_migration)) in i915_ttm_accel_move()
390 if (unlikely(fence->error || I915_SELFTEST_ONLY(fail_gpu_migration))) { in __memcpy_cb()
428 return ERR_PTR(I915_SELFTEST_ONLY(fail_gpu_migration) ? -EINVAL : in i915_ttm_memcpy_work_arm()
445 return I915_SELFTEST_ONLY(ban_memcpy) ? false : true; in i915_ttm_memcpy_allowed()
472 !I915_SELFTEST_ONLY(fail_gpu_migration || in __i915_ttm_move()
481 if (!I915_SELFTEST_ONLY(fail_work_allocation)) in __i915_ttm_move()
496 fence = ERR_PTR(I915_SELFTEST_ONLY(fail_gpu_migration) ? in __i915_ttm_move()
612 if (I915_SELFTEST_ONLY(evict && fail_gpu_migration)) in i915_ttm_move()
Di915_gem_dmabuf.c296 !I915_SELFTEST_ONLY(force_different_devices)) { in i915_gem_prime_import()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_selftest.h109 #define I915_SELFTEST_ONLY(x) unlikely(x) macro
119 #define I915_SELFTEST_ONLY(x) 0 macro
Di915_gem_evict.c246 if (I915_SELFTEST_ONLY(igt_evict_ctl.fail_if_busy)) in i915_gem_evict_something()
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.h89 return I915_SELFTEST_ONLY(gt->awake == -ENODEV); in is_mock_gt()
Dintel_gtt.c67 if (I915_SELFTEST_ONLY(should_fail(&vm->fault_attr, 1))) in alloc_pt_dma()
Dintel_gt.c1086 if (I915_SELFTEST_ONLY(gt->awake == -ENODEV)) in intel_gt_invalidate_tlb()
Dgen8_ppgtt.c665 if (I915_SELFTEST_ONLY(vm->scrub_64K)) { in gen8_ppgtt_insert_huge()
Dintel_reset.c574 if (I915_SELFTEST_ONLY(should_fail(&engine->reset_timeout, 1))) in gen8_engine_reset_prepare()
Dintel_engine_cs.c1675 if (I915_SELFTEST_ONLY(!engine->mmio_base)) in ring_is_idle()
Dintel_workarounds.c2788 if (I915_SELFTEST_ONLY(GRAPHICS_VER(engine->i915) < 4)) in engine_init_workarounds()
Dintel_execlists_submission.c1235 (void)I915_SELFTEST_ONLY(execlists->preempt_hang.count++); in record_preemption()