Searched +full:gitlab +full:- +full:ci (Results 1 – 10 of 10) sorted by relevance
/linux-6.6/drivers/gpu/drm/ci/ |
D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha 0dc961645c4f0241f8512cb0ec3ad59635842072 6 TARGET_BRANCH: drm-next 10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb 15 DRM_CI_PROJECT_URL: https://gitlab.freedesktop.org/${DRM_CI_PROJECT_PATH} 16 CI_PRE_CLONE_SCRIPT: |- 17 set -o xtrace 18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT… [all …]
|
D | build.sh | 2 # SPDX-License-Identifier: MIT 4 set -ex 6 # Clean up stale rebases that GitLab might not have removed when reusing a checkout dir 7 rm -rf .git/rebase-apply 9 . .gitlab-ci/container/container_pre_build.sh 11 # libssl-dev was uninstalled because it was considered an ephemeral package 12 apt-get update 13 apt-get install -y libssl-dev 16 GCC_ARCH="aarch64-linux-gnu" 18 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb" [all …]
|
D | check-patch.py | 2 # SPDX-License-Identifier: GPL-2.0-or-later 4 # check-patch.py: run checkpatch.pl across all commits in a branch 6 # Based on qemu/.gitlab-ci.d/check-patch.py 16 repourl = "https://gitlab.freedesktop.org/%s.git" % os.environ["CI_MERGE_REQUEST_PROJECT_PATH"] 18 # GitLab CI environment does not give us any direct info about the 22 subprocess.call(["git", "remote", "remove", "check-patch"], stdout=subprocess.DEVNULL, stderr=subpr… 23 subprocess.check_call(["git", "remote", "add", "check-patch", repourl]) 24 subprocess.check_call(["git", "fetch", "check-patch", os.environ["CI_MERGE_REQUEST_TARGET_BRANCH_NA… 28 ancestor = subprocess.check_output(["git", "merge-base", 29 … "check-patch/%s" % os.environ["CI_MERGE_REQUEST_TARGET_BRANCH_NAME"], "HEAD"], [all …]
|
D | build-igt.sh | 2 # SPDX-License-Identifier: MIT 4 set -ex 6 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout 7 cd igt-gpu-tools 11 . ../.gitlab-ci/container/create-cross-file.sh armhf 12 EXTRA_MESON_ARGS="--cross-file /cross_file-armhf.txt" 15 MESON_OPTIONS="-Doverlay=disabled \ 16 -Dchamelium=disabled \ 17 -Dvalgrind=disabled \ 18 -Dman=enabled \ [all …]
|
/linux-6.6/Documentation/gpu/ |
D | automated_testing.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 11 be very time-consuming when lots of different hardware configurations need to 20 There are facilities in gitlab.freedesktop.org to automatically test Mesa that 29 drivers/gpu/drm/ci/gitlab-ci.yml 30 -------------------------------- 32 This is the root configuration file for GitLab CI. Among other less interesting 37 Repository that contains the Mesa software infrastructure for CI 49 Revision of igt-gpu-tools being used, from 50 https://gitlab.freedesktop.org/drm/igt-gpu-tools 52 drivers/gpu/drm/ci/testlist.txt [all …]
|
/linux-6.6/drivers/gpu/drm/i915/ |
D | i915_utils.h | 43 #define FDO_BUG_URL "https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs" 70 #define i915_inject_probe_failure(i915) i915_inject_probe_error((i915), -ENODEV) 96 start__ >= max__ || size__ > max__ - start__; \ 108 start__ > max__ || size__ > max__ - start__; \ 116 (typeof(ptr))(__v & -BIT(n)); \ 119 #define ptr_unmask_bits(ptr, n) ((unsigned long)(ptr) & (BIT(n) - 1)) 123 *(bits) = __v & (BIT(n) - 1); \ 124 (typeof(ptr))(__v & -BIT(n)); \ 129 GEM_BUG_ON(__bits & -BIT(n)); \ 135 (typeof(ptr))(__v - 1); \ [all …]
|
/linux-6.6/drivers/gpu/drm/i915/display/ |
D | intel_combo_phy.c | 1 // SPDX-License-Identifier: MIT 17 for ((__phy) = I915_MAX_PHYS; (__phy)-- > PHY_A;) \ 33 .name = "0.85V dot0 (low-voltage)", 85 (0xff << 16) | 0xff, procmon->dw1); in icl_set_procmon_ref_values() 87 intel_de_write(dev_priv, ICL_PORT_COMP_DW9(phy), procmon->dw9); in icl_set_procmon_ref_values() 88 intel_de_write(dev_priv, ICL_PORT_COMP_DW10(phy), procmon->dw10); in icl_set_procmon_ref_values() 98 drm_dbg(&dev_priv->drm, in check_phy_reg() 117 drm_dbg_kms(&dev_priv->drm, in icl_verify_procmon_ref_values() 119 phy_name(phy), procmon->name); in icl_verify_procmon_ref_values() 122 (0xff << 16) | 0xff, procmon->dw1); in icl_verify_procmon_ref_values() [all …]
|
/linux-6.6/Documentation/gpu/rfc/ |
D | xe.rst | 8 pre-merge goals, in order to avoid unnecessary delays. 29 As for the power management area, the goal is to have a much-simplified support 30 for the system suspend states (S-states), PCI device suspend states (D-states), 31 GPU/Render suspend states (R-states) and frequency management. It should leverage 32 as much as possible all the existent PCI-subsystem infrastructure (pm and 38 https://gitlab.freedesktop.org/drm/xe/kernel (branch drm-xe-next) 49 official and by-default probe at a given time. 61 which needs to be demonstrated by CI results. 76 Xe – Pre-Merge Goals 80 ------------- [all …]
|
/linux-6.6/Documentation/process/ |
D | handling-regressions.rst | 1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0) 7 *We don't cause regressions* -- this document describes what this "first rule of 9 Documentation/admin-guide/reporting-regressions.rst, which covers the topic from a 21 loop by immediately sending at least a brief "Reply-all" with the list 30 introduced v5.13..v5.14-rc1``. If not, send a reply (with the regressions 39 #regzbot introduced: v5.13..v5.14-rc1 45 mandated by Documentation/process/submitting-patches.rst and 58 ----------------------------------- 69 it into the loop by sending at least a brief "Reply-all" with the list CCed; 76 Documentation/admin-guide/reporting-issues.rst. [all …]
|
/linux-6.6/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|