Searched +full:resource +full:- +full:attachments (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/ |
| D | cirrus,ep9301-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/cirrus,ep9301-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 https://cdn.embeddedts.com/resource-attachments/ts-7000_ep9301-ug.pdf 16 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 20 const: cirrus,ep9301-adc 32 - compatible 33 - reg 34 - clocks [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_amdkfd_gpuvm.c | 1 // SPDX-License-Identifier: MIT 3 * Copyright 2014-2018 Advanced Micro Devices, Inc. 23 #include <linux/dma-buf.h> 72 #define domain_string(domain) domain_bit_to_string[ffs(domain)-1] 81 list_for_each_entry(entry, &mem->attachments, list) in kfd_mem_is_attached() 82 if (entry->bo_va->base.vm == avm) in kfd_mem_is_attached() 89 * reuse_dmamap() - Check whether adev can share the original 103 return (adev->ram_is_direct_mapped && bo_adev->ram_is_direct_mapped) || in reuse_dmamap() 104 (adev->dev->iommu_group == bo_adev->dev->iommu_group); in reuse_dmamap() 108 * System (TTM + userptr) memory - 15/16th System RAM [all …]
|
| D | amdgpu_cs.c | 31 #include <linux/dma-buf.h> 49 struct amdgpu_fpriv *fpriv = filp->driver_priv; in amdgpu_cs_parser_init() 51 if (cs->in.num_chunks == 0) in amdgpu_cs_parser_init() 52 return -EINVAL; in amdgpu_cs_parser_init() 55 p->adev = adev; in amdgpu_cs_parser_init() 56 p->filp = filp; in amdgpu_cs_parser_init() 58 p->ctx = amdgpu_ctx_get(fpriv, cs->in.ctx_id); in amdgpu_cs_parser_init() 59 if (!p->ctx) in amdgpu_cs_parser_init() 60 return -EINVAL; in amdgpu_cs_parser_init() 62 if (atomic_read(&p->ctx->guilty)) { in amdgpu_cs_parser_init() [all …]
|
| /kernel/linux/linux-5.10/security/apparmor/include/ |
| D | policy.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 * Copyright (C) 1998-2008 Novell/SUSE 8 * Copyright 2009-2010 Canonical Ltd. 31 #include "resource.h" 43 ((_profile)->mode == (_mode))) 49 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT) 51 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label)) 53 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) 69 /* struct aa_policydb - match engine for a policy 80 /* struct aa_data - generic data structure [all …]
|
| /kernel/linux/linux-6.6/security/apparmor/include/ |
| D | policy.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 * Copyright (C) 1998-2008 Novell/SUSE 8 * Copyright 2009-2010 Canonical Ltd. 31 #include "resource.h" 43 ((_profile)->mode == (_mode))) 51 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT) 53 #define CHECK_DEBUG1(_profile) ((_profile)->label.flags & FLAG_DEBUG1) 55 #define CHECK_DEBUG2(_profile) ((_profile)->label.flags & FLAG_DEBUG2) 57 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label)) 59 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_gtt.h | 1 /* SPDX-License-Identifier: MIT */ 19 #include <linux/io-mapping.h> 49 #define I915_GTT_PAGE_MASK -I915_GTT_PAGE_SIZE 53 #define I915_FENCE_REG_NONE -1 61 #define ggtt_total_entries(ggtt) ((ggtt)->vm.total >> PAGE_SHIFT) 64 #define I915_PTE_MASK(pte_len) (I915_PTES(pte_len) - 1) 66 #define I915_PDE_MASK (I915_PDES - 1) 68 /* gen6-hsw has bit 11-4 for physical addr bit 39-32 */ 81 #define NUM_PTE(pde_shift) (1 << (pde_shift - PAGE_SHIFT)) 89 * Cacheability Control is a 4-bit value. The low three bits are stored in bits [all …]
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 1 diff --git a/drivers/Makefile b/drivers/Makefile 3 --- a/drivers/Makefile 5 @@ -6,6 +6,8 @@ 6 # Rewritten to use lists instead of if-statements. 11 obj-y += irqchip/ 12 obj-y += bus/ 14 diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c 16 --- a/drivers/block/nbd.c 18 @@ -2398,12 +2398,6 @@ static int nbd_genl_status(struct sk_buff *skb, struct genl_info *info) 22 - if (!dev_list) { [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0005_linux_include.patch | 7 Change-Id: Icf23f02df7b566848af808b9eeaed889d1773e71 9 diff --git a/include/drm/bridge/cdns-mhdp.h b/include/drm/bridge/cdns-mhdp.h 12 --- /dev/null 13 +++ b/include/drm/bridge/cdns-mhdp.h 14 @@ -0,0 +1,921 @@ 15 +/* SPDX-License-Identifier: GPL-2.0 */ 18 + * Author: Chris Zhong <zyw@rock-chips.com> 39 +#include <sound/hdmi-codec.h> 489 +#define F_HDMI_ENCODING(x) (((x) & ((1 << 2) - 1)) << 16) 490 +#define F_VIF_DATA_WIDTH(x) (((x) & ((1 << 2) - 1)) << 2) [all …]
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | linux-5.10.patch | 1 diff -Naur a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile 2 --- a/arch/arm/boot/Makefile 2022-05-27 17:20:13.781877650 +0800 3 +++ b/arch/arm/boot/Makefile 2022-05-31 11:56:47.693259679 +0800 4 @@ -16,6 +16,7 @@ 12 @@ -24,10 +25,12 @@ 13 ZRELADDR := $(zreladdr-y) 14 PARAMS_PHYS := $(params_phys-y) 15 INITRD_PHYS := $(initrd_phys-y) 16 +DTB_OBJS ?= $(dtb-y) 21 -targets := Image zImage xipImage bootpImage uImage [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0038_linux_drivers_mxc.patch | 7 Change-Id: I2f6375e746087a874cbea0a4240e92abfded3358 9 diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig 12 --- /dev/null 14 @@ -0,0 +1,38 @@ 34 +source "drivers/mxc/gpu-viv/Kconfig" 53 diff --git a/drivers/mxc/Makefile b/drivers/mxc/Makefile 56 --- /dev/null 58 @@ -0,0 +1,10 @@ 59 +obj-$(CONFIG_MXC_GPU_VIV) += gpu-viv/ 60 +obj-$(CONFIG_MXC_SIM) += sim/ [all …]
|