Searched full:igt (Results 1 – 25 of 36) sorted by relevance
12
/linux-6.8/drivers/gpu/drm/i915/gt/shaders/ |
D | README | 21 IGT GPU tool scripts and the Mesa's i965 instruction assembler tool are used 25 "-Ddri-drivers=i965", and run this script from IGT source root directory" 28 * IGT gpu tools source code is located on your home directory (~) as ~/igt 37 ~/igt/lib/i915/shaders/clear_kernel/ivb.asm 38 ~ $ cd ~/igt 39 igt $ ./scripts/generate_clear_kernel.sh -g ivb \ 43 ~/igt/lib/i915/shaders/clear_kernel/hsw.asm 44 ~ $ cd ~/igt 45 igt $ ./scripts/generate_clear_kernel.sh -g hsw \
|
/linux-6.8/drivers/gpu/drm/ci/ |
D | test.yml | 21 .lava-igt:arm32: 34 - igt:arm32 36 .lava-igt:arm64: 49 - igt:arm64 51 .lava-igt:x86_64: 64 - igt:x86_64 66 .baremetal-igt-arm64: 81 - igt:arm64 87 - .lava-igt:arm64 101 - .baremetal-igt-arm64 [all …]
|
D | igt_runner.sh | 7 export PATH=$PATH:/igt/bin/ 8 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib/aarch64-linux-gnu/:/igt/lib/x86_64-linux-gnu:/igt/… 60 … --retry-delay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --zstd… 77 igt-runner \ 79 --igt-folder /igt/libexec/igt-gpu-tools \ 90 --testsuite IGT \
|
D | build-igt.sh | 6 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout 7 cd igt-gpu-tools 22 -Dprefix=/igt" 24 mkdir -p /igt 30 tar -cf artifacts/igt.tar /igt 33 S3_ARTIFACT_NAME="igt.tar.gz" 34 gzip -c artifacts/igt.tar > ${S3_ARTIFACT_NAME}
|
D | build.yml | 44 # Build IGT for testing on devices 46 igt:arm32: 49 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh 51 igt:arm64: 54 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh 56 igt:x86_64: 59 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh
|
/linux-6.8/Documentation/gpu/ |
D | vkms.rst | 54 Testing With IGT 57 The IGT GPU Tools is a test suite used specifically for debugging and 59 The IGT Tools can be installed from 60 `here <https://gitlab.freedesktop.org/drm/igt-gpu-tools>`_ . 98 IGT better support 131 For all of these, we also want to review the igt test coverage and make sure 132 all relevant igt testcases work on vkms. They are good options for internship 163 cloned output in the IGT kms_writeback.
|
D | automated_testing.rst | 49 Revision of igt-gpu-tools being used, from 50 https://gitlab.freedesktop.org/drm/igt-gpu-tools 55 IGT tests to be run on all drivers (unless mentioned in a driver's \*-skips.txt 72 the board, the first kernel version affected, the IGT version used for tests, 80 # IGT Version: 1.28-gd2af13d9f 129 If there is a need for updating the version of IGT being used (maybe you have
|
D | drm-uapi.rst | 448 should have driver-agnostic testcases in IGT for that feature, if such a test 449 can be reasonably made using IGT for the target hardware. 451 Validating changes with IGT 456 core don't regress existing functionality. This test suite is called IGT and 458 https://gitlab.freedesktop.org/drm/igt-gpu-tools/. 477 It's possible to run the IGT-tests in a VM in two ways: 479 1. Use IGT inside a VM 480 2. Use IGT from the host machine and write the results in a shared directory. 483 the host machine to run igt-tests. This example uses virtme:: 487 Run the igt-tests in the guest machine. This example runs the 'kms_flip' [all …]
|
D | i915.rst | 371 IGT tests when appropriate 379 Must be excessively used in the IGT, and we need to check
|
D | drm-kms.rst | 497 * An IGT test must be submitted where reasonable.
|
/linux-6.8/drivers/gpu/drm/ci/xfails/ |
D | rockchip-rk3288-skips.txt | 9 # [IGT] kms_plane_lowres: executing 10 # [IGT] kms_plane_lowres: starting subtest pipe-F-tiling-y 11 # [IGT] kms_plane_lowres: exiting, ret=77
|
/linux-6.8/drivers/dma-buf/ |
D | selftests.h | 10 * Tests are executed in order by igt/dmabuf_selftest 12 selftest(sanitycheck, __sanitycheck__) /* keep first (igt selfcheck) */
|
/linux-6.8/drivers/gpu/drm/i915/selftests/ |
D | i915_mock_selftests.h | 16 * Tests are executed in order by igt/i915_selftest 18 selftest(sanitycheck, i915_mock_sanitycheck) /* keep first (igt selfcheck) */
|
D | i915_live_selftests.h | 16 * Tests are executed in order by igt/i915_selftest 18 selftest(sanitycheck, i915_live_sanitycheck) /* keep first (igt selfcheck) */
|
D | i915_perf_selftests.h | 16 * Tests are executed in order by igt/i915_selftest
|
D | i915_request.c | 495 worker = kthread_create_worker(0, "igt/%d", n); in mock_breadcrumbs_smoketest() 1648 worker = kthread_create_worker(0, "igt/parallel:%s", in live_parallel_engines() 1809 worker = kthread_create_worker(0, "igt/%d.%d", idx, n); in live_breadcrumbs_smoketest() 3222 worker = kthread_create_worker(0, "igt:%s", in perf_parallel_engines()
|
/linux-6.8/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 31 select X86_MSR # used by igt/pm_rpm 32 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 37 select SW_SYNC # signaling validation framework (igt/syncobj*)
|
/linux-6.8/drivers/gpu/drm/i915/gt/ |
D | ivb_clear_kernel.c | 5 * Generated by: IGT Gpu Tools on Fri 21 Feb 2020 05:29:32 AM UTC
|
D | hsw_clear_kernel.c | 5 * Generated by: IGT Gpu Tools on Fri 21 Feb 2020 05:30:13 AM UTC
|
D | intel_rc6.c | 98 * igt/gem_exec_nop/sequential provides a rough estimate for the in gen11_rc6_enable() 188 * igt/gem_exec_nop/sequential provides a rough estimate for the in gen9_rc6_enable()
|
D | selftest_slpc.c | 492 threads[i].worker = kthread_create_worker(0, "igt/slpc_parallel:%d", gt->info.id); in live_slpc_tile_interaction()
|
D | selftest_hangcheck.c | 1028 worker = kthread_create_worker(0, "igt/%s", in __igt_reset_engines() 1533 tsk = kthread_run(fn, &arg, "igt/evict_vma"); in __igt_reset_evict_vma() 1547 pr_err("igt/evict_vma kthread did not wait\n"); in __igt_reset_evict_vma()
|
/linux-6.8/Documentation/gpu/amdgpu/display/ |
D | display-manager.rst | 127 pre-multiplied color values. On IGT GPU tools, the kms_plane_alpha_blend test
|
D | mpo-overview.rst | 157 This kernel interface is validated using IGT GPU Tools. The following tests can
|
/linux-6.8/drivers/gpu/drm/msm/ |
D | msm_drv.h | 246 * sw hangcheck timer. Written (via debugfs) by igt tests to test
|
12