Translations:AMDGPU/25/en

From Gentoo Wiki
Jump to:navigation Jump to:search
KERNEL Configuring the kernel for AMD graphics (Linux kernels 4.15 and newer)
Processor type and features  --->
    [*] MTRR (Memory Type Range Register) support Search for <code>CONFIG_MTRR</code> to find this item.
Memory Management options  --->
    [*] Memory hotplug Search for <code>CONFIG_MEMORY_HOTPLUG</code> to find this item.  --->
    [*]   Allow for memory hot remove Search for <code>CONFIG_MEMORY_HOTREMOVE</code> to find this item.
    [*] Device memory (pmem, HMM, etc...) hotplug support Search for <code>CONFIG_ZONE_DEVICE</code> to find this item.
    [*] Unaddressable device memory (GPU memory, ...) Search for <code>CONFIG_DEVICE_PRIVATE</code> to find this item.
Device Drivers  --->
    Graphics support  --->
        <*/M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) Search for <code>CONFIG_DRM</code> to find this item. --->
        [*] Enable legacy fbdev support for your modesetting driver Search for <code>CONFIG_DRM_FBDEV_EMULATION</code> to find this item.
        < > ATI Radeon Search for <code>CONFIG_DRM_RADEON</code> to find this item.
        <M/*> AMD GPU Search for <code>CONFIG_DRM_AMDGPU</code> to find this item.
          [ /*] Enable amdgpu support for SI parts Search for <code>CONFIG_DRM_AMDGPU_SI</code> to find this item.
                (only needed for Southern Islands GPUs with the amdgpu driver)
          [ /*] Enable amdgpu support for CIK parts Search for <code>CONFIG_DRM_AMDGPU_CIK</code> to find this item.
                (only needed for Sea Islands GPUs with the amdgpu driver)
          ACP (Audio CoProcessor) Configuration  ---> 
               [*] Enable AMD Audio CoProcessor IP support Search for <code>CONFIG_DRM_AMD_ACP</code> to find this item.
                   (only needed for APUs)
          Display Engine Configuration  --->
               [*] AMD DC - Enable new display engine Search for <code>CONFIG_DRM_AMD_DC</code> to find this item.
               [ /*] DC support for Polaris and older ASICs Search for <code>CONFIG_DRM_AMD_DC_PRE_VEGA</code> to find this item.
                     (only needed for Polaris, Carrizo, Tonga, Bonaire, Hawaii)
               [ /*] AMD FBC - Enable Frame Buffer Compression Search for <code>CONFIG_DRM_AMD_DC_FBC</code> to find this item.
               [ /*] DCN 1.0 Raven family Search for <code>CONFIG_DRM_AMD_DC_DCN</code> to find this item.
                     (only needed for Vega RX as part of Raven Ridge APUs)
               [ /*] DCN 3.0 family Search for <code>CONFIG_DRM_AMD_DC_DCN3_0</code> to find this item.
                     (only needed for NAVI21/Sienna Cichlid GPUs with the amdgpu driver)
          [*]   HSA kernel driver for AMD GPU devices Search for <code>CONFIG_HSA_AMD</code> to find this item.
          [*]     Enable HMM-based shared virtual memory manager Search for <code>CONFIG_HSA_AMD_SVM</code> to find this item.
    <*/M> Sound card support Search for <code>CONFIG_SOUND</code> to find this item.  --->
        <*/M> Advanced Linux Sound Architecture Search for <code>CONFIG_SND</code> to find this item.  --->
            [*]   PCI sound devices Search for <code>CONFIG_SND_PCI</code> to find this item. --->
                  HD-Audio  --->
                      <*> HD Audio PCI Search for <code>CONFIG_SND_HDA_INTEL</code> to find this item.
                      [ /*] Support initialization patch loading for HD-audio Search for <code>CONFIG_SND_HDA_PATCH_LOADER</code> to find this item.
                      <*> Build whatever audio codec your soundcard needs codec support
                      <*> Build HDMI/DisplayPort HD-audio codec support Search for <code>CONFIG_SND_HDA_CODEC_HDMI</code> to find this item.
                  (2048) Pre-allocated buffer size for HD-audio driver Search for <code>CONFIG_SND_HDA_PREALLOC_SIZE</code> to find this item.