From: Fedora Kernel Team <kernel-t...@fedoraproject.org> [redhat] New configs in drivers/gpu
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. Symbol: DRM_APPLETBDRM [=n] Type : tristate Defined at drivers/gpu/drm/tiny/Kconfig:3 Prompt: DRM support for Apple Touch Bars Depends on: HAS_IOMEM [=y] && DRM [=y] && USB [=y] && MMU [=y] Location: -> Device Drivers -> Graphics support -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -> DRM support for Apple Touch Bars (DRM_APPLETBDRM [=n]) Selects: DRM_GEM_SHMEM_HELPER [=y] && DRM_KMS_HELPER [=y] Commit: 0670c2f56e45 (drm/tiny: add driver for Apple Touch Bars in x86 Macs) --- Symbol: DRM_NOUVEAU_CH7006 [=m] Type : tristate Defined at drivers/gpu/drm/nouveau/Kconfig:114 Prompt: Chrontel ch7006 TV encoder Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_NOUVEAU [=m] Location: -> Device Drivers -> Graphics support -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -> Nouveau (NVIDIA) cards (DRM_NOUVEAU [=m]) -> Chrontel ch7006 TV encoder (DRM_NOUVEAU_CH7006 [=m]) Commit: 9a0dfe9bacef (drm/nouveau: incorporate I2C TV encoder drivers) --- Symbol: DRM_NOUVEAU_SIL164 [=m] Type : tristate Defined at drivers/gpu/drm/nouveau/Kconfig:124 Prompt: Silicon Image sil164 TMDS transmitter Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_NOUVEAU [=m] Location: -> Device Drivers -> Graphics support -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -> Nouveau (NVIDIA) cards (DRM_NOUVEAU [=m]) -> Silicon Image sil164 TMDS transmitter (DRM_NOUVEAU_SIL164 [=m]) Commit: 9a0dfe9bacef (drm/nouveau: incorporate I2C TV encoder drivers) --- Symbol: DRM_PANEL_RAYDIUM_RM67200 [=n] Type : tristate Defined at drivers/gpu/drm/panel/Kconfig:576 Prompt: Raydium RM67200-based DSI panel Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_PANEL [=y] && OF [=y] && DRM_MIPI_DSI [=y] Location: -> Device Drivers -> Graphics support -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -> Display Panels -> Raydium RM67200-based DSI panel (DRM_PANEL_RAYDIUM_RM67200 [=n]) Commit: a50ae1a2fdc7 (drm/panel: add Raydium RM67200 panel driver) --- Symbol: DRM_PANEL_SUMMIT [=n] Type : tristate Defined at drivers/gpu/drm/panel/Kconfig:938 Prompt: Apple Summit display panel Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_PANEL [=y] && OF [=y] && DRM_MIPI_DSI [=y] && BACKLIGHT_CLASS_DEVICE [=y] Location: -> Device Drivers -> Graphics support -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -> Display Panels -> Apple Summit display panel (DRM_PANEL_SUMMIT [=n]) Commit: 40115947b59f (drm: panel: Add a panel driver for the Summit display) --- Symbol: DRM_PANEL_VISIONOX_RM692E5 [=n] Type : tristate Defined at drivers/gpu/drm/panel/Kconfig:1018 Prompt: Visionox RM692E5 Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_PANEL [=y] && OF [=y] && DRM_MIPI_DSI [=y] && BACKLIGHT_CLASS_DEVICE [=y] Location: -> Device Drivers -> Graphics support -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -> Display Panels -> Visionox RM692E5 (DRM_PANEL_VISIONOX_RM692E5 [=n]) Selects: DRM_DISPLAY_DSC_HELPER [=y] && DRM_DISPLAY_HELPER [=m] Commit: 7cb3274341bf (drm/panel: Add Visionox RM692E5 panel driver) --- Symbol: DRM_XE_DEVMEM_MIRROR [=y] Type : bool Defined at drivers/gpu/drm/xe/Kconfig:77 Prompt: Enable device memory mirror Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_XE [=m] Location: -> Device Drivers -> Graphics support -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -> Intel Xe Graphics (DRM_XE [=m]) -> Enable device memory mirror (DRM_XE_DEVMEM_MIRROR [=y]) Selects: GET_FREE_REGION [=y] Commit: 0c30c65473ff (drm/xe: Add SVM device memory mirroring) --- Symbol: DRM_XE_DP_TUNNEL [=y] Type : bool Defined at drivers/gpu/drm/xe/Kconfig:63 Prompt: Enable DP tunnel support Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_XE_DISPLAY [=y] && USB4 [=y] Location: -> Device Drivers -> Graphics support -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -> Intel Xe Graphics (DRM_XE [=m]) -> Enable display support (DRM_XE_DISPLAY [=y]) -> Enable DP tunnel support (DRM_XE_DP_TUNNEL [=y]) Selects: DRM_DISPLAY_DP_TUNNEL [=y] Commit: 73900dce57e4 (drm/xe/dp: Enable DP tunneling) --- Signed-off-by: Fedora Kernel Team <kernel-t...@fedoraproject.org> diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DRM_APPLETBDRM b/redhat/configs/pending-rhel/generic/CONFIG_DRM_APPLETBDRM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_DRM_APPLETBDRM +++ /dev/null @@ -1,16 +0,0 @@ -# Symbol: DRM_APPLETBDRM [=n] -# Type : tristate -# Defined at drivers/gpu/drm/tiny/Kconfig:3 -# Prompt: DRM support for Apple Touch Bars -# Depends on: HAS_IOMEM [=y] && DRM [=y] && USB [=y] && MMU [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -# -> DRM support for Apple Touch Bars (DRM_APPLETBDRM [=n]) -# Selects: DRM_GEM_SHMEM_HELPER [=y] && DRM_KMS_HELPER [=y] -# -# -# -# Commit: 0670c2f56e45 (drm/tiny: add driver for Apple Touch Bars in x86 Macs) -# CONFIG_DRM_APPLETBDRM is not set diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DRM_NOUVEAU_CH7006 b/redhat/configs/pending-rhel/generic/CONFIG_DRM_NOUVEAU_CH7006 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_DRM_NOUVEAU_CH7006 +++ /dev/null @@ -1,16 +0,0 @@ -# Symbol: DRM_NOUVEAU_CH7006 [=m] -# Type : tristate -# Defined at drivers/gpu/drm/nouveau/Kconfig:114 -# Prompt: Chrontel ch7006 TV encoder -# Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_NOUVEAU [=m] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -# -> Nouveau (NVIDIA) cards (DRM_NOUVEAU [=m]) -# -> Chrontel ch7006 TV encoder (DRM_NOUVEAU_CH7006 [=m]) -# -# -# -# Commit: 9a0dfe9bacef (drm/nouveau: incorporate I2C TV encoder drivers) -CONFIG_DRM_NOUVEAU_CH7006=m diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DRM_NOUVEAU_SIL164 b/redhat/configs/pending-rhel/generic/CONFIG_DRM_NOUVEAU_SIL164 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_DRM_NOUVEAU_SIL164 +++ /dev/null @@ -1,16 +0,0 @@ -# Symbol: DRM_NOUVEAU_SIL164 [=m] -# Type : tristate -# Defined at drivers/gpu/drm/nouveau/Kconfig:124 -# Prompt: Silicon Image sil164 TMDS transmitter -# Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_NOUVEAU [=m] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -# -> Nouveau (NVIDIA) cards (DRM_NOUVEAU [=m]) -# -> Silicon Image sil164 TMDS transmitter (DRM_NOUVEAU_SIL164 [=m]) -# -# -# -# Commit: 9a0dfe9bacef (drm/nouveau: incorporate I2C TV encoder drivers) -CONFIG_DRM_NOUVEAU_SIL164=m diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_RAYDIUM_RM67200 b/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_RAYDIUM_RM67200 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_RAYDIUM_RM67200 +++ /dev/null @@ -1,16 +0,0 @@ -# Symbol: DRM_PANEL_RAYDIUM_RM67200 [=n] -# Type : tristate -# Defined at drivers/gpu/drm/panel/Kconfig:576 -# Prompt: Raydium RM67200-based DSI panel -# Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_PANEL [=y] && OF [=y] && DRM_MIPI_DSI [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -# -> Display Panels -# -> Raydium RM67200-based DSI panel (DRM_PANEL_RAYDIUM_RM67200 [=n]) -# -# -# -# Commit: a50ae1a2fdc7 (drm/panel: add Raydium RM67200 panel driver) -# CONFIG_DRM_PANEL_RAYDIUM_RM67200 is not set diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_SUMMIT b/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_SUMMIT deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_SUMMIT +++ /dev/null @@ -1,16 +0,0 @@ -# Symbol: DRM_PANEL_SUMMIT [=n] -# Type : tristate -# Defined at drivers/gpu/drm/panel/Kconfig:938 -# Prompt: Apple Summit display panel -# Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_PANEL [=y] && OF [=y] && DRM_MIPI_DSI [=y] && BACKLIGHT_CLASS_DEVICE [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -# -> Display Panels -# -> Apple Summit display panel (DRM_PANEL_SUMMIT [=n]) -# -# -# -# Commit: 40115947b59f (drm: panel: Add a panel driver for the Summit display) -# CONFIG_DRM_PANEL_SUMMIT is not set diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_VISIONOX_RM692E5 b/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_VISIONOX_RM692E5 deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_DRM_PANEL_VISIONOX_RM692E5 +++ /dev/null @@ -1,17 +0,0 @@ -# Symbol: DRM_PANEL_VISIONOX_RM692E5 [=n] -# Type : tristate -# Defined at drivers/gpu/drm/panel/Kconfig:1018 -# Prompt: Visionox RM692E5 -# Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_PANEL [=y] && OF [=y] && DRM_MIPI_DSI [=y] && BACKLIGHT_CLASS_DEVICE [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -# -> Display Panels -# -> Visionox RM692E5 (DRM_PANEL_VISIONOX_RM692E5 [=n]) -# Selects: DRM_DISPLAY_DSC_HELPER [=y] && DRM_DISPLAY_HELPER [=m] -# -# -# -# Commit: 7cb3274341bf (drm/panel: Add Visionox RM692E5 panel driver) -# CONFIG_DRM_PANEL_VISIONOX_RM692E5 is not set diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DRM_XE_DEVMEM_MIRROR b/redhat/configs/pending-rhel/generic/CONFIG_DRM_XE_DEVMEM_MIRROR deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_DRM_XE_DEVMEM_MIRROR +++ /dev/null @@ -1,17 +0,0 @@ -# Symbol: DRM_XE_DEVMEM_MIRROR [=y] -# Type : bool -# Defined at drivers/gpu/drm/xe/Kconfig:77 -# Prompt: Enable device memory mirror -# Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_XE [=m] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -# -> Intel Xe Graphics (DRM_XE [=m]) -# -> Enable device memory mirror (DRM_XE_DEVMEM_MIRROR [=y]) -# Selects: GET_FREE_REGION [=y] -# -# -# -# Commit: 0c30c65473ff (drm/xe: Add SVM device memory mirroring) -CONFIG_DRM_XE_DEVMEM_MIRROR=y diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DRM_XE_DP_TUNNEL b/redhat/configs/pending-rhel/generic/CONFIG_DRM_XE_DP_TUNNEL deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_DRM_XE_DP_TUNNEL +++ /dev/null @@ -1,18 +0,0 @@ -# Symbol: DRM_XE_DP_TUNNEL [=y] -# Type : bool -# Defined at drivers/gpu/drm/xe/Kconfig:63 -# Prompt: Enable DP tunnel support -# Depends on: HAS_IOMEM [=y] && DRM [=y] && DRM_XE_DISPLAY [=y] && USB4 [=y] -# Location: -# -> Device Drivers -# -> Graphics support -# -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) -# -> Intel Xe Graphics (DRM_XE [=m]) -# -> Enable display support (DRM_XE_DISPLAY [=y]) -# -> Enable DP tunnel support (DRM_XE_DP_TUNNEL [=y]) -# Selects: DRM_DISPLAY_DP_TUNNEL [=y] -# -# -# -# Commit: 73900dce57e4 (drm/xe/dp: Enable DP tunneling) -CONFIG_DRM_XE_DP_TUNNEL=y diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_APPLETBDRM b/redhat/configs/rhel/generic/CONFIG_DRM_APPLETBDRM new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_DRM_APPLETBDRM @@ -0,0 +1 @@ +# CONFIG_DRM_APPLETBDRM is not set diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_NOUVEAU_CH7006 b/redhat/configs/rhel/generic/CONFIG_DRM_NOUVEAU_CH7006 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_DRM_NOUVEAU_CH7006 @@ -0,0 +1 @@ +CONFIG_DRM_NOUVEAU_CH7006=m diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_NOUVEAU_SIL164 b/redhat/configs/rhel/generic/CONFIG_DRM_NOUVEAU_SIL164 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_DRM_NOUVEAU_SIL164 @@ -0,0 +1 @@ +CONFIG_DRM_NOUVEAU_SIL164=m diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_RAYDIUM_RM67200 b/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_RAYDIUM_RM67200 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_RAYDIUM_RM67200 @@ -0,0 +1 @@ +# CONFIG_DRM_PANEL_RAYDIUM_RM67200 is not set diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_SUMMIT b/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_SUMMIT new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_SUMMIT @@ -0,0 +1 @@ +# CONFIG_DRM_PANEL_SUMMIT is not set diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_VISIONOX_RM692E5 b/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_VISIONOX_RM692E5 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_DRM_PANEL_VISIONOX_RM692E5 @@ -0,0 +1 @@ +# CONFIG_DRM_PANEL_VISIONOX_RM692E5 is not set diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_XE_DEVMEM_MIRROR b/redhat/configs/rhel/generic/CONFIG_DRM_XE_DEVMEM_MIRROR new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_DRM_XE_DEVMEM_MIRROR @@ -0,0 +1 @@ +CONFIG_DRM_XE_DEVMEM_MIRROR=y diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_XE_DP_TUNNEL b/redhat/configs/rhel/generic/CONFIG_DRM_XE_DP_TUNNEL new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_DRM_XE_DP_TUNNEL @@ -0,0 +1 @@ +CONFIG_DRM_XE_DP_TUNNEL=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3793 -- _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue