Searched full:artifacts (Results 1 – 25 of 69) sorted by relevance
123
/linux-6.15/drivers/gpu/drm/ci/ |
D | build.sh | 162 mkdir -p artifacts/install/lib 163 mv install/* artifacts/install/. 164 ln -s common artifacts/install/ci-common 165 cp .config artifacts/${CI_JOB_NAME}_config 168 cp /lava-files/$image artifacts/install/. 171 tar -C artifacts -cf artifacts/install.tar install 172 rm -rf artifacts/install
|
D | lava-submit.sh | 51 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh 52 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/ 66 PYTHONPATH=artifacts/ artifacts/lava/lava_job_submitter.py \ 76 --first-stage-init artifacts/ci-common/init-stage1.sh \
|
D | gitlab-ci.yml | 31 # Bucket for the pipeline artifacts pushed to S3 32 S3_ARTIFACTS_BUCKET: artifacts 40 …/${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts 201 .ci-deqp-artifacts: 202 artifacts: 207 # Watch out! Artifacts are relative to the build dir. 209 - artifacts 273 artifacts:
|
D | test.yml | 12 - tar -xf artifacts/install.tar 13 - mv -n install/* artifacts/. 15 - ./artifacts/lava-submit.sh 30 - python-artifacts 47 - python-artifacts 64 - python-artifacts 87 artifacts: false
|
D | build-igt.sh | 68 mkdir -p artifacts/ 69 tar -cf artifacts/igt.tar /igt 73 gzip -c artifacts/igt.tar > ${S3_ARTIFACT_NAME}
|
D | build.yml | 5 artifacts: 7 - artifacts
|
/linux-6.15/Documentation/gpu/amdgpu/display/ |
D | dc-debug.rst | 144 Display artifacts 147 Users may see some screen artifacts that can be categorized into two different 148 types: localized artifacts and general artifacts. The localized artifacts 151 problem, likely Mesa or similar. The general artifacts usually happen on the 156 screenshot/video recording, if you don't see any of the artifacts, it means
|
/linux-6.15/Documentation/sound/soc/ |
D | pops-clicks.rst | 5 Pops and clicks are unwanted audio artifacts caused by the powering up and down 37 Capture artifacts are somewhat easier to get rid as we can delay activating the
|
/linux-6.15/tools/power/pm-graph/ |
D | .gitignore | 1 # sleepgraph.py artifacts
|
/linux-6.15/scripts/ |
D | remove-stale-files | 11 # Also, 'git status' shows such stale build artifacts as untracked files.
|
/linux-6.15/kernel/ |
D | kheaders.c | 53 MODULE_DESCRIPTION("Echo the kernel header artifacts used to build the kernel");
|
/linux-6.15/Documentation/devicetree/bindings/mfd/ |
D | twl4030-audio.txt | 14 - ti,digimic_delay: Delay need after enabling the digimic to reduce artifacts
|
/linux-6.15/include/uapi/drm/ |
D | drm_mode.h | 1120 * Allow the update to result in temporary or transient visible artifacts while 1122 * more time than a page flip. All visual artifacts will disappear by the time 1126 * This flag must be set when the KMS update might cause visible artifacts. 1128 * update may cause visible artifacts depends on the driver and the hardware. 1130 * artifacts can use &DRM_MODE_ATOMIC_TEST_ONLY without 1133 * To the best of the driver's knowledge, visual artifacts are guaranteed to 1135 * artifacts outside of the driver's control.
|
/linux-6.15/arch/arm/mach-imx/ |
D | mach-imx51.c | 61 * in order to avoid artifacts during video playback in imx51_m4if_setup()
|
/linux-6.15/drivers/firmware/efi/libstub/ |
D | Makefile.zboot | 29 # avoid eager evaluation to prevent references to non-existent build artifacts
|
/linux-6.15/drivers/media/pci/tw5864/ |
D | tw5864-core.c | 37 * It is known that there are some artifacts on output video with this driver: 49 * properly. Streams without P-frames don't have these artifacts so it's not
|
/linux-6.15/Documentation/devicetree/bindings/ |
D | Makefile | 77 # build artifacts here before they are processed by scripts/Makefile.clean
|
/linux-6.15/tools/testing/selftests/rcutorture/bin/ |
D | kvm-check-branches.sh | 23 # For successful runs, the large build artifacts are removed. Doing this
|
/linux-6.15/Documentation/userspace-api/media/v4l/ |
D | yuv-formats.rst | 53 other chroma sample (creating aliasing artifacts), or with filters using an
|
/linux-6.15/Documentation/accel/qaic/ |
D | aic100.rst | 119 2. Make requests to the QSM to load the workload and related artifacts into the 127 6. Once the workload and related artifacts are no longer needed for future 495 process, or queued by not yet serviced, are lost. The loaded artifacts will
|
/linux-6.15/drivers/hwmon/ |
D | nzxt-kraken2.c | 112 * and that the missing steps are artifacts of how the firmware in kraken2_raw_event()
|
/linux-6.15/drivers/media/platform/renesas/vsp1/ |
D | vsp1_lif.c | 136 * artifacts may appear on the output). The value required by the in lif_configure_stream()
|
/linux-6.15/tools/power/cpupower/ |
D | Makefile | 352 @echo ' all - Default target. Could be omitted. Put build artifacts' 380 @echo ' clean - Clean build artifacts from the dir defined by "O" cmdline'
|
/linux-6.15/sound/soc/codecs/ |
D | ssm2602.c | 137 * artifacts appear at the beginning and end of the recorded signal. in ssm2602_mic_switch_event() 139 * In practice, audible artifacts disappear well over 500 ms. in ssm2602_mic_switch_event()
|
/linux-6.15/drivers/staging/sm750fb/ |
D | ddk750_sii164.c | 183 * This fixes some artifacts problem in some mode on board 2.2. in sii164_init_chip()
|
123