Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / selftests / i915_perf_selftests.h
blobc2389f8a257d40dc99a3025d088008f5cb641daf
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef selftest
4 #define selftest(x, y)
5 #endif
7 /*
8 * List each unit test as selftest(name, function)
10 * The name is used as both an enum and expanded as subtest__name to create
11 * a module parameter. It must be unique and legal for a C identifier.
13 * The function should be of type int function(void). It may be conditionally
14 * compiled using #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST).
16 * Tests are executed in order by igt/i915_selftest
18 selftest(engine_cs, intel_engine_cs_perf_selftests)
19 selftest(request, i915_request_perf_selftests)
20 selftest(blt, i915_gem_object_blt_perf_selftests)
21 selftest(region, intel_memory_region_perf_selftests)