[OS-BUILD PATCH 0/0] [redhat] New configs in drivers/gpu

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: CKI Gitlab on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1213
NOTE: Truncated patchset due to missing public @redhat.com email
      address on your GitLab profile at https://gitlab.com/-/profile.
      Once that is fixed, close and reopen the merge request to
      retrigger sending the emails.

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_DRM_HYPERV:

 This is a KMS driver for Hyper-V synthetic video device. Choose this
 option if you would like to enable drm driver for Hyper-V virtual
 machine. Unselect Hyper-V framebuffer driver (CONFIG_FB_HYPERV) so
 that DRM driver is used by default.

 If M is selected the module will be called hyperv_drm.

 Symbol: DRM_HYPERV [=n]
 Type  : tristate
 Defined at drivers/gpu/drm/Kconfig:382
   Prompt: DRM Support for Hyper-V synthetic video device
   Depends on: HAS_IOMEM [=y] && DRM [=m] && PCI [=y] && MMU [=y] && HYPERV
[=m]
   Location:
     -> Device Drivers
       -> Graphics support
 Selects: DRM_KMS_HELPER [=m] && DRM_GEM_SHMEM_HELPER [=y]

---

 CONFIG_DRM_ITE_IT66121:

 Support for ITE IT66121 HDMI bridge.

 Symbol: DRM_ITE_IT66121 [=n]
 Type  : tristate
 Defined at drivers/gpu/drm/bridge/Kconfig:121
   Prompt: ITE IT66121 HDMI bridge
   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y]
   Location:
     -> Device Drivers
       -> Graphics support
         -> Display Interface Bridges
 Selects: DRM_KMS_HELPER [=m] && REGMAP_I2C [=m]

---

 CONFIG_DRM_SIMPLEDRM:

 DRM driver for simple platform-provided framebuffers.

 This driver assumes that the display hardware has been initialized
 by the firmware or bootloader before the kernel boots. Scanout
 buffer, size, and display format must be provided via device tree,
 UEFI, VESA, etc.

 On x86 and compatible, you should also select CONFIG_X86_SYSFB to
 use UEFI and VESA framebuffers.

 Symbol: DRM_SIMPLEDRM [=n]
 Type  : tristate
 Defined at drivers/gpu/drm/tiny/Kconfig:41
   Prompt: Simple framebuffer driver
   Depends on: HAS_IOMEM [=y] && DRM [=m]
   Location:
     -> Device Drivers
       -> Graphics support
 Selects: DRM_GEM_SHMEM_HELPER [=y] && DRM_KMS_HELPER [=m]

---

 CONFIG_DRM_TI_SN65DSI83:

 Texas Instruments SN65DSI83 and SN65DSI84 DSI to LVDS Bridge driver

 Symbol: DRM_TI_SN65DSI83 [=n]
 Type  : tristate
 Defined at drivers/gpu/drm/bridge/Kconfig:288
   Prompt: TI SN65DSI83 and SN65DSI84 DSI to LVDS bridge
   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y]
   Location:
     -> Device Drivers
       -> Graphics support
         -> Display Interface Bridges
 Selects: DRM_KMS_HELPER [=m] && REGMAP_I2C [=m] && DRM_PANEL [=y] &&
DRM_MIPI_DSI [=n]

---

 CONFIG_HSA_AMD_SVM:

 Enable this to use unified memory and managed memory in HIP. This
 memory manager supports two modes of operation. One based on
 preemptions and one based on page faults. To enable page fault
 based memory management on most GFXv9 GPUs, set the module
 parameter amdgpu.noretry=0.

 Symbol: HSA_AMD_SVM [=y]
 Type  : bool
 Defined at drivers/gpu/drm/amd/amdkfd/Kconfig:16
   Prompt: Enable HMM-based shared virtual memory manager
   Depends on: HAS_IOMEM [=y] && HSA_AMD [=y] && DEVICE_PRIVATE [=y]
   Location:
     -> Device Drivers
       -> Graphics support
         -> AMD GPU (DRM_AMDGPU [=m])
           -> HSA kernel driver for AMD GPU devices (HSA_AMD [=y])
 Selects: HMM_MIRROR [=y] && MMU_NOTIFIER [=y]

---

Cc: David Airlie <airlied@xxxxxxxxxx>
Cc: Adam Jackson <ajax@xxxxxxxxxx>
Cc: Lyude Paul <lyude@xxxxxxxxxx>
Cc: Jeremy Cline <jcline@xxxxxxxxxx>
Cc: "Michel Dänzer" <mdaenzer@xxxxxxxxxx>
Cc: "Jérôme Glisse" <jglisse@xxxxxxxxxx>
Cc: Karol Herbst <kherbst@xxxxxxxxxx>
Cc: Ben Skeggs <bskeggs@xxxxxxxxxx>
Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>

---
 redhat/configs/common/generic/CONFIG_DRM_HYPERV               |   1 +
 redhat/configs/common/generic/CONFIG_DRM_ITE_IT66121          |   1 +
 redhat/configs/common/generic/CONFIG_DRM_SIMPLEDRM            |   1 +
 redhat/configs/common/generic/CONFIG_DRM_TI_SN65DSI83         |   1 +
 redhat/configs/common/generic/CONFIG_HSA_AMD_SVM              |   1 +
 redhat/configs/pending-common/generic/CONFIG_DRM_ITE_IT66121  |  18 -------
 redhat/configs/pending-common/generic/CONFIG_DRM_SIMPLEDRM    |  25 -----------
 redhat/configs/pending-common/generic/CONFIG_DRM_TI_SN65DSI83 |  18 -------
 redhat/configs/pending-common/generic/CONFIG_HSA_AMD_SVM      |  23 ----------
 9 files changed, 5 insertions(+), 84 deletions(-)
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux