All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/configs: Update defconfig with peer-to-peer configs
@ 2022-07-08 23:17 Ramesh Errabolu
  2022-07-13 15:15 ` Felix Kuehling
  0 siblings, 1 reply; 2+ messages in thread
From: Ramesh Errabolu @ 2022-07-08 23:17 UTC (permalink / raw)
  To: amd-gfx; +Cc: Ramesh Errabolu

    - Update defconfig for PCI_P2PDMA
    - Update defconfig for DMABUF_MOVE_NOTIFY
    - Update defconfig for HSA_AMD_P2P
---

Notes:
    Following procedure was applied:
        make rock-dbg_defconfig
        make menuconfig
            Enable PCI_P2PDMA
            Enable DMABUF_MOVE_NOTIFY
            Enable HSA_AMD_P2P
        make savedefconfig
        cp defconfig rock-dbg_defconfig
        commit changes

 arch/x86/configs/rock-dbg_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/configs/rock-dbg_defconfig b/arch/x86/configs/rock-dbg_defconfig
index 406fdfaceb55..0ad80a8c8eab 100644
--- a/arch/x86/configs/rock-dbg_defconfig
+++ b/arch/x86/configs/rock-dbg_defconfig
@@ -303,6 +303,7 @@ CONFIG_PCIEAER=y
 CONFIG_PCI_REALLOC_ENABLE_AUTO=y
 CONFIG_PCI_STUB=y
 CONFIG_PCI_IOV=y
+CONFIG_PCI_P2PDMA=y
 CONFIG_HOTPLUG_PCI=y
 CONFIG_RAPIDIO=y
 CONFIG_RAPIDIO_DMA_ENGINE=y
@@ -417,6 +418,7 @@ CONFIG_DRM_AMDGPU=m
 CONFIG_DRM_AMDGPU_SI=y
 CONFIG_DRM_AMDGPU_CIK=y
 CONFIG_HSA_AMD=y
+CONFIG_HSA_AMD_P2P=y
 CONFIG_DRM_AST=m
 CONFIG_FB=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
@@ -453,6 +455,7 @@ CONFIG_LEDS_TRIGGERS=y
 CONFIG_RTC_CLASS=y
 # CONFIG_RTC_HCTOSYS is not set
 CONFIG_DMADEVICES=y
+CONFIG_DMABUF_MOVE_NOTIFY=y
 # CONFIG_X86_PLATFORM_DEVICES is not set
 CONFIG_AMD_IOMMU=y
 CONFIG_INTEL_IOMMU=y
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-13 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-08 23:17 [PATCH] x86/configs: Update defconfig with peer-to-peer configs Ramesh Errabolu
2022-07-13 15:15 ` Felix Kuehling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.