/openbmc/linux/drivers/gpu/drm/i915/gt/shaders/ |
H A 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 \
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A 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/… 49 … --retry-delay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --zstd… 52 igt-runner \ 54 --igt-folder /igt/libexec/igt-gpu-tools \ 67 --testsuite IGT \
|
H A 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 …]
|
H A 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}
|
H A 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
|
/openbmc/openbmc/poky/meta/recipes-graphics/igt-gpu-tools/ |
H A D | igt-gpu-tools_1.29.bb | 1 SUMMARY = "IGT GPU Tools" 2 DESCRIPTION = "IGT GPU Tools is a collection of tools for development and testing of the DRM driver… 3 HOMEPAGE = "https://gitlab.freedesktop.org/drm/igt-gpu-tools" 4 BUGTRACKER = "https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues" 14 SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master"
|
/openbmc/linux/Documentation/gpu/ |
H A 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.
|
H A D | drm-uapi.rst | 371 should have driver-agnostic testcases in IGT for that feature, if such a test 372 can be reasonably made using IGT for the target hardware. 374 Validating changes with IGT 379 core don't regress existing functionality. This test suite is called IGT and 381 https://gitlab.freedesktop.org/drm/igt-gpu-tools/. 400 It's possible to run the IGT-tests in a VM in two ways: 402 1. Use IGT inside a VM 403 2. Use IGT from the host machine and write the results in a shared directory. 406 the host machine to run igt-tests. This example uses virtme:: 410 Run the igt-tests in the guest machine. This example runs the 'kms_flip' [all …]
|
H A 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 112 If there is a need for updating the version of IGT being used (maybe you have
|
H A D | i915.rst | 368 IGT tests when appropriate 376 Must be excessively used in the IGT, and we need to check
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A 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
|
H A D | msm-sc7180-skips.txt | 13 # Until igt fix lands: https://patchwork.freedesktop.org/patch/493175/ 20 # igt fix posted: https://patchwork.freedesktop.org/patch/499926/
|
/openbmc/linux/drivers/dma-buf/ |
H A D | selftests.h | 10 * Tests are executed in order by igt/dmabuf_selftest 12 selftest(sanitycheck, __sanitycheck__) /* keep first (igt selfcheck) */
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A 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) */
|
H A 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) */
|
H A D | i915_perf_selftests.h | 16 * Tests are executed in order by igt/i915_selftest
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | Kconfig.debug | 29 select X86_MSR # used by igt/pm_rpm 30 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 35 select SW_SYNC # signaling validation framework (igt/syncobj*)
|
/openbmc/u-boot/post/lib_powerpc/fpu/ |
H A D | compare-fp-1.c | 96 static void igt (float x, float y, int ok) in igt() function 183 igt (1, 4, 0); in fpu_post_test_math6() 184 igt (3, 3, 0); in fpu_post_test_math6() 185 igt (5, 2, 1); in fpu_post_test_math6()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | hsw_clear_kernel.c | 5 * Generated by: IGT Gpu Tools on Fri 21 Feb 2020 05:30:13 AM UTC
|
H A D | ivb_clear_kernel.c | 5 * Generated by: IGT Gpu Tools on Fri 21 Feb 2020 05:29:32 AM UTC
|
H A 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()
|
H A D | selftest_slpc.c | 491 threads[i].worker = kthread_create_worker(0, "igt/slpc_parallel:%d", gt->info.id); in live_slpc_tile_interaction()
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | display-manager.rst | 127 pre-multiplied color values. On IGT GPU tools, the kms_plane_alpha_blend test
|
H A D | mpo-overview.rst | 157 This kernel interface is validated using IGT GPU Tools. The following tests can
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 237 * sw hangcheck timer. Written (via debugfs) by igt tests to test
|