Searched +full:gitlab +full:- +full:ci (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/ci/ |
| H A 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 …]
|
| /linux/tools/testing/selftests/hid/ |
| H A D | vmtest.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 # * virtme-ng 9 # * busybox-static (used by virtme-ng) 10 # * qemu (used by virtme-ng) 12 readonly SCRIPT_DIR="$(cd -P -- " [all...] |
| /linux/ |
| H A 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 47 N: [^a-z]tegra all files whose path contains tegra 65 ---------------- 90 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 92 L: linux-scsi@vger.kernel.org 95 F: drivers/scsi/3w-* [all …]
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | handling-regressions.rst | 1 .. include:: ../disclaimer-sp.rst 10 *No causamos regresiones* -- este documento describe la que es la "primera 13 Documentation/admin-guide/reporting-regressions.rst, que cubre el tema 25 conversación de los correos, mandando un breve "Reply-all" con la 35 como ``#regzbot introduced v5.13..v5.14-rc1``. Si no, mandar una 45 #regzbot introduced: v5.13..v5.14-rc1 52 Documentation/process/submitting-patches.rst y 64 ----------------------------------------- 76 breve "Reply-all" con la lista en CC; Intentar asegurar que la lista es 84 Documentation/admin-guide/reporting-issues.rst. [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_device.c | 37 #include <linux/pci-p2pdma.h> 38 #include <linux/apple-gmux.h> 89 #include <asm/intel-family.h> 104 #define AMDGPU_RETRY_SRIOV_RESET(r) ((r) == -EBUSY || (r) == -ETIMEDOUT || (r) == -EINVAL) 155 #define AMDGPU_IP_BLK_MASK_ALL GENMASK(AMD_IP_BLOCK_TYPE_NUM - 1, 0) 193 return (adev->init_lvl->hwini_ip_block_mask & (1U << block)) != 0; in amdgpu_ip_member_of_hwini() 201 adev->init_lvl = &amdgpu_init_minimal_xgmi; in amdgpu_set_init_level() 204 adev->init_lvl = &amdgpu_init_recovery; in amdgpu_set_init_level() 209 adev->init_lvl = &amdgpu_init_default; in amdgpu_set_init_level() 245 ret = sysfs_create_file(&adev->dev->kobj, in amdgpu_device_attr_sysfs_init() [all …]
|