/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_gt_pm.c | 201 return intel_gt_live_subtests(tests, &i915->gt); in intel_gt_pm_live_selftests() 218 return intel_gt_live_subtests(tests, &i915->gt); in intel_gt_pm_late_selftests()
|
H A D | selftest_engine_pm.c | 184 return intel_gt_live_subtests(tests, gt); in live_engine_pm_selftests()
|
H A D | selftest_ring_submission.c | 297 return intel_gt_live_subtests(tests, &i915->gt); in intel_ring_submission_live_selftests()
|
H A D | selftest_engine_heartbeat.c | 374 err = intel_gt_live_subtests(tests, &i915->gt); in intel_heartbeat_live_selftests()
|
H A D | selftest_context.c | 440 return intel_gt_live_subtests(tests, gt); in intel_context_live_selftests()
|
H A D | selftest_engine_cs.c | 364 return intel_gt_live_subtests(tests, &i915->gt); in intel_engine_cs_perf_selftests()
|
H A D | selftest_reset.c | 375 return intel_gt_live_subtests(tests, gt); in intel_reset_live_selftests()
|
H A D | selftest_mocs.c | 444 return intel_gt_live_subtests(tests, &i915->gt); in intel_mocs_live_selftests()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_gt_pm.c | 194 return intel_gt_live_subtests(tests, to_gt(i915)); in intel_gt_pm_live_selftests() 211 return intel_gt_live_subtests(tests, to_gt(i915)); in intel_gt_pm_late_selftests()
|
H A D | selftest_ring_submission.c | 297 return intel_gt_live_subtests(tests, to_gt(i915)); in intel_ring_submission_live_selftests()
|
H A D | selftest_reset.c | 391 return intel_gt_live_subtests(tests, gt); in intel_reset_live_selftests()
|
H A D | selftest_engine_heartbeat.c | 387 err = intel_gt_live_subtests(tests, to_gt(i915)); in intel_heartbeat_live_selftests()
|
H A D | selftest_engine_pm.c | 423 return intel_gt_live_subtests(tests, gt); in live_engine_pm_selftests()
|
H A D | selftest_engine_cs.c | 383 return intel_gt_live_subtests(tests, to_gt(i915)); in intel_engine_cs_perf_selftests()
|
H A D | selftest_context.c | 451 return intel_gt_live_subtests(tests, gt); in intel_context_live_selftests()
|
H A D | selftest_migrate.c | 809 return intel_gt_live_subtests(tests, gt); in intel_migrate_live_selftests() 1033 return intel_gt_live_subtests(tests, gt); in intel_migrate_perf_selftests()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_selftest.h | 99 #define intel_gt_live_subtests(T, data) ({ \ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_selftest.h | 100 #define intel_gt_live_subtests(T, data) ({ \ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | selftest_guc_multi_lrc.c | 183 return intel_gt_live_subtests(tests, gt); in intel_guc_multi_lrc_live_selftests()
|
H A D | selftest_guc_hangcheck.c | 161 return intel_gt_live_subtests(tests, gt); in intel_guc_hang_check()
|
H A D | selftest_guc.c | 303 return intel_gt_live_subtests(tests, gt); in intel_guc_live_selftests()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | intel_uncore.c | 333 return intel_gt_live_subtests(tests, &i915->gt); in intel_uncore_live_selftests()
|
H A D | i915_gem_evict.c | 552 return intel_gt_live_subtests(tests, &i915->gt); in i915_gem_evict_live_selftests()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | intel_uncore.c | 353 return intel_gt_live_subtests(tests, to_gt(i915)); in intel_uncore_live_selftests()
|
H A D | i915_gem_evict.c | 570 return intel_gt_live_subtests(tests, to_gt(i915)); in i915_gem_evict_live_selftests()
|