Home
last modified time | relevance | path

Searched +full:never +full:- +full:post +full:- +full:merge +full:- +full:rules (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/ci/
Dgitlab-ci.yml2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa
3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha d9849ac46623797a9f56fb9d46dc52460ac477de
6 TARGET_BRANCH: drm-next
10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/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
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…
19 bash download-git-cache.sh
[all …]
/drivers/net/ethernet/sfc/
Dmcdi_pcol.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2009-2018 Solarflare Communications Inc.
5 * Copyright 2019-2020 Xilinx Inc.
13 /* Power-on reset state */
35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */
38 /* The rest of these are firmware-defined */
46 /* Values to be written to the per-port status dword in shared
71 * | | \--- Response
72 * | \------- Error
73 * \------------------------------ Resync (always set)
[all …]
/drivers/gpu/drm/i915/
Di915_request.c2 * Copyright © 2008-2015 Intel Corporation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
25 #include <linux/dma-fence-array.h>
26 #include <linux/dma-fence-chain.h>
62 return dev_name(to_request(fence)->i915->drm.dev); in i915_fence_get_driver_name()
78 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags)) in i915_fence_get_timeline_name()
85 return ctx->name; in i915_fence_get_timeline_name()
116 GEM_BUG_ON(rq->guc_prio != GUC_PRIO_INIT && in i915_fence_release()
117 rq->guc_prio != GUC_PRIO_FINI); in i915_fence_release()
119 i915_request_free_capture_list(fetch_and_zero(&rq->capture_list)); in i915_fence_release()
[all …]
/drivers/iommu/
Diommu.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2007-2008 Advanced Micro Devices, Inc.
24 #include <linux/pci-ats.h>
36 #include "dma-iommu.h"
37 #include "iommu-priv.h"
73 list_for_each_entry(pos, &(group)->devices, list)
84 [IOMMU_RESV_DIRECT_RELAXABLE] = "direct-relaxable",
169 * Use a function instead of an array here because the domain-type is a
170 * bit-field, so an array would waste memory.
202 pr_info("Memory encryption detected - Disabling default IOMMU Passthrough\n"); in iommu_subsys_init()
[all …]
/drivers/net/ethernet/broadcom/
Dtg3.c7 * Copyright (C) 2005-2016 Broadcom Corporation.
8 * Copyright (C) 2016-2017 Broadcom Limited.
14 * Copyright (C) 2000-2016 Broadcom Corporation.
15 * Copyright (C) 2016-2017 Broadcom Ltd.
52 #include <linux/dma-mapping.h>
56 #include <linux/hwmon-sysfs.h>
94 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags)
96 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags)
98 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags)
124 * and dev->tx_timeout() should be called to fix the problem
[all …]