| /drivers/tee/amdtee/ |
| A D | call.c | 16 struct tee_operation *amd) in tee_params_to_amd_params() argument 27 amd->param_types = 0; in tee_params_to_amd_params() 55 i, amd->params[i].mref.buf_id, in tee_params_to_amd_params() 56 i, amd->params[i].mref.offset, in tee_params_to_amd_params() 57 i, amd->params[i].mref.size); in tee_params_to_amd_params() 65 i, amd->params[i].val.a, in tee_params_to_amd_params() 66 i, amd->params[i].val.b); in tee_params_to_amd_params() 73 struct tee_operation *amd) in amd_params_to_tee_params() argument 109 i, amd->params[i].mref.size); in amd_params_to_tee_params() 117 i, amd->params[i].val.a, in amd_params_to_tee_params() [all …]
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | Makefile | 2 obj-$(CONFIG_AMD_XGBE) += amd-xgbe.o 4 amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \ 10 amd-xgbe-$(CONFIG_PCI) += xgbe-pci.o 11 amd-xgbe-$(CONFIG_AMD_XGBE_DCB) += xgbe-dcb.o 12 amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | amdgpu-stoney-flakes.txt | 2 # Bug Report: https://lore.kernel.org/amd-gfx/3542730f-b8d7-404d-a947-b7a5e95d661c@collabora.com/T/… 9 # Bug Report: https://lore.kernel.org/amd-gfx/3542730f-b8d7-404d-a947-b7a5e95d661c@collabora.com/T/… 16 # Bug Report: https://lore.kernel.org/amd-gfx/09ee1862-3a0e-4085-ac1b-262601b1122b@collabora.com/T/… 23 # Bug Report: https://gitlab.freedesktop.org/drm/amd/-/issues/3835 30 # Bug Report: https://gitlab.freedesktop.org/drm/amd/-/issues/3836
|
| /drivers/platform/x86/amd/pmc/ |
| A D | Makefile | 7 obj-$(CONFIG_AMD_PMC) += amd-pmc.o 8 amd-pmc-y := pmc.o pmc-quirks.o mp1_stb.o 9 amd-pmc-$(CONFIG_AMD_MP2_STB) += mp2_stb.o
|
| A D | Kconfig | 20 called amd-pmc.
|
| /drivers/platform/x86/amd/ |
| A D | Kconfig | 6 source "drivers/platform/x86/amd/hsmp/Kconfig" 7 source "drivers/platform/x86/amd/pmf/Kconfig" 8 source "drivers/platform/x86/amd/pmc/Kconfig" 9 source "drivers/platform/x86/amd/hfi/Kconfig"
|
| /drivers/dma/amd/qdma/ |
| A D | Makefile | 3 obj-$(CONFIG_AMD_QDMA) += amd-qdma.o 5 amd-qdma-$(CONFIG_AMD_QDMA) := qdma.o qdma-comm-regs.o
|
| /drivers/ras/ |
| A D | Makefile | 6 obj-$(CONFIG_RAS_FMPM) += amd/fmpm.o 7 obj-y += amd/atl/
|
| /drivers/platform/x86/amd/pmf/ |
| A D | Makefile | 7 obj-$(CONFIG_AMD_PMF) += amd-pmf.o 8 amd-pmf-y := core.o acpi.o sps.o \
|
| /drivers/soundwire/ |
| A D | Makefile | 23 soundwire-amd-y := amd_init.o amd_manager.o 24 obj-$(CONFIG_SOUNDWIRE_AMD) += soundwire-amd.o
|
| /drivers/cpufreq/ |
| A D | Makefile | 25 amd_pstate-y := amd-pstate.o amd-pstate-trace.o 36 obj-$(CONFIG_X86_AMD_PSTATE_UT) += amd-pstate-ut.o
|
| A D | Kconfig.x86 | 50 <file:Documentation/admin-guide/pm/amd-pstate.rst>. 60 Select the default mode the amd-pstate driver will use on 69 <file:Documentation/admin-guide/pm/amd-pstate.rst>. 80 Currently, only tests for amd-pstate are supported. If X86_AMD_PSTATE 81 is set disabled, it can tell the users test can only run on amd-pstate 83 In the future, comparison tests will be added. It can set amd-pstate
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | Kconfig | 98 source "drivers/gpu/drm/amd/acp/Kconfig" 99 source "drivers/gpu/drm/amd/display/Kconfig" 100 source "drivers/gpu/drm/amd/amdkfd/Kconfig"
|
| /drivers/ntb/hw/ |
| A D | Makefile | 2 obj-$(CONFIG_NTB_AMD) += amd/
|
| A D | Kconfig | 2 source "drivers/ntb/hw/amd/Kconfig"
|
| /drivers/i2c/busses/ |
| A D | Makefile | 38 obj-$(CONFIG_I2C_AMD_MP2) += i2c-amd-mp2-pci.o i2c-amd-mp2-plat.o 39 obj-$(CONFIG_I2C_AMD_ASF) += i2c-amd-asf-plat.o
|
| /drivers/iommu/amd/ |
| A D | io_pgtable.c | 117 pte = iommu_alloc_pages_node_sz(cfg->amd.nid, gfp, SZ_4K); in increase_address_space() 209 page = iommu_alloc_pages_node_sz(cfg->amd.nid, gfp, in alloc_pte() 540 iommu_alloc_pages_node_sz(cfg->amd.nid, GFP_KERNEL, SZ_4K); in v1_alloc_pgtable()
|
| A D | io_pgtable_v2.c | 254 pte = v2_alloc_pte(cfg->amd.nid, pgtable->pgd, in iommu_v2_map_pages() 349 pgtable->pgd = iommu_alloc_pages_node_sz(cfg->amd.nid, GFP_KERNEL, SZ_4K); in v2_alloc_pgtable()
|
| /drivers/ata/ |
| A D | pata_amd.c | 599 static const struct pci_device_id amd[] = { variable 627 .id_table = amd, 641 MODULE_DEVICE_TABLE(pci, amd);
|
| /drivers/char/agp/ |
| A D | Makefile | 7 obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o
|
| /drivers/vfio/pci/pds/ |
| A D | Kconfig | 15 <file:Documentation/networking/device_drivers/ethernet/amd/pds_vfio_pci.rst>.
|
| /drivers/ras/amd/atl/ |
| A D | Kconfig | 8 # Author: Yazen Ghannam <Yazen.Ghannam@amd.com>
|
| /drivers/hid/amd-sfh-hid/ |
| A D | Kconfig | 16 be called amd-sfh.
|
| /drivers/gpu/drm/ |
| A D | Makefile | 172 obj-$(CONFIG_DRM_AMDGPU)+= amd/amdgpu/ 173 obj-$(CONFIG_DRM_AMDGPU)+= amd/amdxcp/
|
| /drivers/iommu/ |
| A D | Makefile | 3 obj-$(CONFIG_AMD_IOMMU) += amd/
|