Searched refs:i915_subtests (Results 1 - 25 of 41) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_object.c | 86 err = i915_subtests(tests, i915); in i915_gem_object_mock_selftests() 98 return i915_subtests(tests, i915); in i915_gem_object_live_selftests()
|
H A D | i915_gem_phys.c | 74 err = i915_subtests(tests, i915); in i915_gem_phys_mock_selftests()
|
H A D | i915_gem_dmabuf.c | 273 err = i915_subtests(tests, i915); in i915_gem_dmabuf_mock_selftests() 285 return i915_subtests(tests, i915); in i915_gem_dmabuf_live_selftests()
|
H A D | i915_gem_coherency.c | 438 return i915_subtests(tests, i915); in i915_gem_coherency_live_selftests()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | st_shmem_utils.c | 62 return i915_subtests(tests, NULL); in shmem_utils_mock_selftests()
|
H A D | selftest_ring.c | 109 return i915_subtests(tests, NULL); in intel_ring_mock_selftests()
|
H A D | selftest_engine_cs.c | 419 return i915_subtests(tests, NULL); in intel_engine_cs_mock_selftests()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | st_shmem_utils.c | 62 return i915_subtests(tests, NULL); in shmem_utils_mock_selftests()
|
H A D | selftest_ring.c | 109 return i915_subtests(tests, NULL); in intel_ring_mock_selftests()
|
H A D | selftest_engine_cs.c | 438 return i915_subtests(tests, NULL); in intel_engine_cs_mock_selftests()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_phys.c | 83 err = i915_subtests(tests, i915); in i915_gem_phys_mock_selftests()
|
H A D | i915_gem_object.c | 86 err = i915_subtests(tests, i915); in i915_gem_object_mock_selftests()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_selftest.h | 89 #define i915_subtests(T, data) \ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_selftest.h | 89 #define i915_subtests(T, data) \ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | scatterlist.c | 379 return i915_subtests(tests, NULL); in scatterlist_mock_selftests()
|
H A D | i915_perf.c | 435 err = i915_subtests(tests, i915); in i915_perf_live_selftests()
|
H A D | i915_active.c | 260 return i915_subtests(tests, i915); in i915_active_live_selftests()
|
H A D | i915_vma.c | 837 err = i915_subtests(tests, ggtt); in i915_vma_mock_selftests() 988 return i915_subtests(tests, i915); in i915_vma_live_selftests()
|
H A D | i915_sw_fence.c | 756 return i915_subtests(tests, NULL); in i915_sw_fence_mock_selftests()
|
H A D | i915_syncmap.c | 615 return i915_subtests(tests, NULL); in i915_syncmap_mock_selftests()
|
H A D | i915_gem_evict.c | 537 err = i915_subtests(tests, &i915->gt); in i915_gem_evict_mock_selftests()
|
H A D | i915_buddy.c | 740 return i915_subtests(tests, NULL); in i915_buddy_mock_selftests()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | scatterlist.c | 383 return i915_subtests(tests, NULL); in scatterlist_mock_selftests()
|
H A D | i915_active.c | 261 return i915_subtests(tests, i915); in i915_active_live_selftests()
|
H A D | i915_gem_evict.c | 555 err = i915_subtests(tests, to_gt(i915)); in i915_gem_evict_mock_selftests()
|
Completed in 12 milliseconds
12