| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_live_selftests.h | 3 #ifndef selftest 4 #define selftest(x, y) macro 18 selftest(sanitycheck, i915_live_sanitycheck) /* keep first (igt selfcheck) */ 19 selftest(uncore, intel_uncore_live_selftests) 20 selftest(workarounds, intel_workarounds_live_selftests) 21 selftest(gt_engines, intel_engine_live_selftests) 22 selftest(gt_timelines, intel_timeline_live_selftests) 23 selftest(gt_contexts, intel_context_live_selftests) 24 selftest(gt_lrc, intel_lrc_live_selftests) 25 selftest(gt_mocs, intel_mocs_live_selftests) [all …]
|
| H A D | i915_mock_selftests.h | 3 #ifndef selftest 4 #define selftest(x, y) macro 18 selftest(sanitycheck, i915_mock_sanitycheck) /* keep first (igt selfcheck) */ 19 selftest(shmem, shmem_utils_mock_selftests) 20 selftest(fence, i915_sw_fence_mock_selftests) 21 selftest(scatterlist, scatterlist_mock_selftests) 22 selftest(syncmap, i915_syncmap_mock_selftests) 23 selftest(uncore, intel_uncore_mock_selftests) 24 selftest(ring, intel_ring_mock_selftests) 25 selftest(engine, intel_engine_cs_mock_selftests) [all …]
|
| H A D | i915_selftest.c | 49 #define selftest(name, func) mock_##name, macro 51 #undef selftest 55 #define selftest(name, func) live_##name, macro 57 #undef selftest 61 #define selftest(name, func) perf_##name, macro 63 #undef selftest 66 struct selftest { struct 75 #define selftest(n, f) [mock_##n] = { .name = #n, { .mock = f } }, argument 76 static struct selftest mock_selftests[] = { 79 #undef selftest [all …]
|
| H A D | i915_perf_selftests.h | 3 #ifndef selftest 4 #define selftest(x, y) macro 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)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | drm_modeset_selftests.h | 9 selftest(drm_rect_clip_scaled_div_by_zero, igt_drm_rect_clip_scaled_div_by_zero) 10 selftest(drm_rect_clip_scaled_not_clipped, igt_drm_rect_clip_scaled_not_clipped) 11 selftest(drm_rect_clip_scaled_clipped, igt_drm_rect_clip_scaled_clipped) 12 selftest(drm_rect_clip_scaled_signed_vs_unsigned, igt_drm_rect_clip_scaled_signed_vs_unsigned) 13 selftest(check_plane_state, igt_check_plane_state) 14 selftest(check_drm_format_block_width, igt_check_drm_format_block_width) 15 selftest(check_drm_format_block_height, igt_check_drm_format_block_height) 16 selftest(check_drm_format_min_pitch, igt_check_drm_format_min_pitch) 17 selftest(check_drm_framebuffer_create, igt_check_drm_framebuffer_create) 18 selftest(damage_iter_no_damage, igt_damage_iter_no_damage) [all …]
|
| H A D | drm_mm_selftests.h | 9 selftest(sanitycheck, igt_sanitycheck) /* keep first (selfcheck for igt) */ 10 selftest(init, igt_init) 11 selftest(debug, igt_debug) 12 selftest(reserve, igt_reserve) 13 selftest(insert, igt_insert) 14 selftest(replace, igt_replace) 15 selftest(insert_range, igt_insert_range) 16 selftest(align, igt_align) 17 selftest(frag, igt_frag) 18 selftest(align32, igt_align32) [all …]
|
| H A D | drm_selftest.c | 26 #define selftest(name, func) __idx_##name, macro 30 #undef selftest 32 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, macro 40 #undef selftest 46 #define selftest(n, func) selftest_0(n, func, param(n)) macro 48 #undef selftest
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/recipetool/ |
| H A D | selftest-recipetool-appendfile.bb | 8 file://selftest-replaceme-orig \ 9 file://selftest-replaceme-todir \ 13 file://selftest-replaceme-inst-globfile \ 14 file://selftest-replaceme-inst-todir-globfile \ 15 file://selftest-replaceme-inst-func" 20 install -m 0644 ${WORKDIR}/selftest-replaceme-inst-func ${D}${datadir}/selftest-replaceme-inst-func 25 install -m 0644 ${WORKDIR}/selftest-replaceme-orig ${D}${datadir}/selftest-replaceme-orig 26 install -m 0644 ${WORKDIR}/selftest-replaceme-todir ${D}${datadir} 27 install -m 0644 ${WORKDIR}/file1 ${D}${datadir}/selftest-replaceme-renamed 28 install -m 0644 ${WORKDIR}/subdir/fileinsubdir ${D}${datadir}/selftest-replaceme-subdir [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | selftest.h | 28 namespace selftest { 48 (::selftest::location (__FILE__, __LINE__, __FUNCTION__)) 293 ::selftest::pass ((LOC), desc_); \ 295 ::selftest::fail ((LOC), desc_); \ 313 ::selftest::fail ((LOC), desc_); \ 315 ::selftest::pass ((LOC), desc_); \ 332 ::selftest::pass ((LOC), desc_); \ 334 ::selftest::fail ((LOC), desc_); \ 351 ::selftest::pass ((LOC), desc); \ 353 ::selftest::fail ((LOC), desc); \ [all …]
|
| H A D | selftest-rtl.h | 30 namespace selftest { 53 ::selftest::assert_rtx_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \ 66 ::selftest::assert_rtx_ptr_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
|
| H A D | dump-context.h | 31 namespace selftest { class temp_dump_context; } 44 friend class selftest::temp_dump_context; 200 namespace selftest {
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | selftest.h | 28 namespace selftest { 48 (::selftest::location (__FILE__, __LINE__, __FUNCTION__)) 293 ::selftest::pass ((LOC), desc_); \ 295 ::selftest::fail ((LOC), desc_); \ 313 ::selftest::fail ((LOC), desc_); \ 315 ::selftest::pass ((LOC), desc_); \ 332 ::selftest::pass ((LOC), desc_); \ 334 ::selftest::fail ((LOC), desc_); \ 351 ::selftest::pass ((LOC), desc); \ 353 ::selftest::fail ((LOC), desc); \ [all …]
|
| H A D | selftest-rtl.h | 30 namespace selftest { 53 ::selftest::assert_rtx_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \ 66 ::selftest::assert_rtx_ptr_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
|
| H A D | dump-context.h | 31 namespace selftest { class temp_dump_context; } 44 friend class selftest::temp_dump_context; 200 namespace selftest {
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | selftest.c | 16 #define selftest(n, func) __idx_##n, macro 18 #undef selftest 21 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, macro 22 static struct selftest { struct 29 #undef selftest argument 35 #define selftest(n, func) selftest_0(n, func, param(n)) macro 37 #undef selftest 116 static void set_default_test_all(struct selftest *st, unsigned long count) in set_default_test_all() 128 static int run_selftests(struct selftest *st, unsigned long count) in run_selftests()
|
| H A D | selftests.h | 12 selftest(sanitycheck, __sanitycheck__) /* keep first (igt selfcheck) */ 13 selftest(dma_fence, dma_fence) 14 selftest(dma_fence_chain, dma_fence_chain)
|
| H A D | selftest.h | 12 #define selftest(name, func) int func(void); macro 14 #undef selftest
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/ |
| H A D | kernel-selftest.bb | 1 SUMMARY = "Kernel selftest for Linux" 2 DESCRIPTION = "Kernel selftest for Linux" 18 # we will append other kernel selftest in the future 87 … oe_runmake -C ${S}/tools/testing/selftests/${i} INSTALL_PATH=${D}/usr/kernel-selftest/${i} install 90 >> ${D}/usr/kernel-selftest/kselftest-list.txt 93 install -m 0755 ${S}/tools/testing/selftests/run_kselftest.sh ${D}/usr/kernel-selftest/ 94 …reference --preserve=mode,links -v ${S}/tools/testing/selftests/kselftest ${D}/usr/kernel-selftest/ 95 if [ -e ${D}/usr/kernel-selftest/bpf/test_offload.py ]; then 96 sed -i -e '1s,#!.*python3,#! /usr/bin/env python3,' ${D}/usr/kernel-selftest/bpf/test_offload.py 98 chown root:root -R ${D}/usr/kernel-selftest [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_selftest.h | 61 #define selftest(name, func) int func(void); macro 63 #undef selftest 64 #define selftest(name, func) int func(struct drm_i915_private *i915); macro 67 #undef selftest
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | selftest.py | 6 import oeqa.selftest 7 from oeqa.selftest.case import OESelftestTestCase 36 for layer_path in oeqa.selftest.__path__:
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/selftest-chown/ |
| H A D | selftest-chown.bb | 1 SUMMARY = "selftest chown" 14 TESTDIR = "${D}${sysconfdir}/selftest-chown" 30 FILES:${PN} = "${sysconfdir}/selftest-chown/*"
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | intro.rst | 127 …ef:`OpenEmbedded Self test (oe-selftest) <ref-manual/release-process:Testing and Quality Assurance… 158 through :ref:`bitbake-selftest <ref-manual/release-process:Testing and Quality Assurance>` and 159 :ref:`oe-selftest <ref-manual/release-process:Testing and Quality Assurance>`. 171 - *bitbake-selftest:* 179 $ bitbake-selftest 182 variable when running "bitbake-selftest" as follows:: 184 $ BB_SKIP_NETTESTS=yes bitbake-selftest 189 $ bitbake-selftest -v 194 "bitbake-selftest" command. For example, to specify the tests for the 197 $ bitbake-selftest bb.test.data.module [all …]
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | Makefile | 41 libblake2s-y += blake2s-selftest.o 42 libchacha20poly1305-y += chacha20poly1305-selftest.o 43 libcurve25519-y += curve25519-selftest.o
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/man-db/files/ |
| H A D | 0001-Test-patch-here.patch | 6 This is an invalid patch used by oe-selftest 16 +This is a test patch for purposes of oe-selftest
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/selftest-ed/ |
| H A D | selftest-ed_1.14.1.bb | 1 SUMMARY = "Line-oriented text editor -- selftest variant" 15 RECIPE_NO_UPDATE_REASON = "This recipe is used in selftest and shouldn't be updated otherwise"
|