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

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

 



From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>

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_AMD_DC_SI:

 Choose this option to enable new AMD DC support for SI asics
 by default. This includes Tahiti, Pitcairn, Cape Verde, Oland.
 Hainan is not supported by AMD DC and it has no physical DCE6.

 Symbol: DRM_AMD_DC_SI [=n]
 Type  : bool
 Defined at drivers/gpu/drm/amd/display/Kconfig:34
   Prompt: AMD DC support for Southern Islands ASICs
   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_AMDGPU [=m]
   Location:
     -> Device Drivers
       -> Graphics support
         -> AMD GPU (DRM_AMDGPU [=m])
           -> Display Engine Configuration

---

 CONFIG_DRM_CDNS_MHDP8546:

 Support Cadence DPI to DP bridge. This is an internal
 bridge and is meant to be directly embedded in a SoC.
 It takes a DPI stream as input and outputs it encoded
 in DP format.

 Symbol: DRM_CDNS_MHDP8546 [=n]
 Type  : tristate
 Defined at drivers/gpu/drm/bridge/cadence/Kconfig:2
   Prompt: Cadence DPI/DP 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] && DRM_PANEL_BRIDGE [=y]

---

 CONFIG_DRM_LONTIUM_LT9611:

 Driver for Lontium LT9611 DSI to HDMI bridge
 chip driver that converts dual DSI and I2S to
 HDMI signals
 Please say Y if you have such hardware.

 Symbol: DRM_LONTIUM_LT9611 [=n]
 Type  : tristate
 Defined at drivers/gpu/drm/bridge/Kconfig:51
   Prompt: Lontium LT9611 DSI/HDMI bridge
   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y]
   Location:
     -> Device Drivers
       -> Graphics support
         -> Display Interface Bridges
 Selects: SND_SOC_HDMI_CODEC [=n] && DRM_PANEL_BRIDGE [=y] && DRM_KMS_HELPER [=m] && REGMAP_I2C [=m]

---

 CONFIG_DRM_TOSHIBA_TC358762:

 Toshiba TC358762 DSI/DPI bridge driver.

 Symbol: DRM_TOSHIBA_TC358762 [=n]
 Type  : tristate
 Defined at drivers/gpu/drm/bridge/Kconfig:169
   Prompt: TC358762 DSI/DPI bridge
   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y]
   Location:
     -> Device Drivers
       -> Graphics support
         -> Display Interface Bridges
 Selects: DRM_MIPI_DSI [=n] && DRM_PANEL_BRIDGE [=y]

---

 CONFIG_DRM_TOSHIBA_TC358775:

 Toshiba TC358775 DSI/LVDS bridge chip driver.

 Symbol: DRM_TOSHIBA_TC358775 [=n]
 Type  : tristate
 Defined at drivers/gpu/drm/bridge/Kconfig:205
   Prompt: Toshiba TC358775 DSI/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]

---

Cc: David Airlie <airlied@xxxxxxxxxx>
Cc: Adam Jackson <ajax@xxxxxxxxxx>
Cc: Lyude Paul <lyude@xxxxxxxxxx>
Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
---
 .../common/generic/CONFIG_DRM_AMD_DC_SI       |  1 +
 .../common/generic/CONFIG_DRM_CDNS_MHDP8546   |  1 +
 .../common/generic/CONFIG_DRM_LONTIUM_LT9611  |  1 +
 .../generic/CONFIG_DRM_TOSHIBA_TC358762       |  1 +
 .../generic/CONFIG_DRM_TOSHIBA_TC358775       |  1 +
 .../generic/CONFIG_DRM_AMD_DC_SI              | 20 ------------------
 .../generic/CONFIG_DRM_CDNS_MHDP8546          | 21 -------------------
 .../generic/CONFIG_DRM_LONTIUM_LT9611         | 21 -------------------
 .../generic/CONFIG_DRM_TOSHIBA_TC358762       | 18 ----------------
 .../generic/CONFIG_DRM_TOSHIBA_TC358775       | 18 ----------------
 10 files changed, 5 insertions(+), 98 deletions(-)
 create mode 100644 redhat/configs/common/generic/CONFIG_DRM_AMD_DC_SI
 create mode 100644 redhat/configs/common/generic/CONFIG_DRM_CDNS_MHDP8546
 create mode 100644 redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611
 create mode 100644 redhat/configs/common/generic/CONFIG_DRM_TOSHIBA_TC358762
 create mode 100644 redhat/configs/common/generic/CONFIG_DRM_TOSHIBA_TC358775
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_AMD_DC_SI
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_CDNS_MHDP8546
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_TOSHIBA_TC358762
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DRM_TOSHIBA_TC358775

diff --git a/redhat/configs/common/generic/CONFIG_DRM_AMD_DC_SI b/redhat/configs/common/generic/CONFIG_DRM_AMD_DC_SI
new file mode 100644
index 000000000000..8714da73cbd2
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DRM_AMD_DC_SI
@@ -0,0 +1 @@
+# CONFIG_DRM_AMD_DC_SI is not set
diff --git a/redhat/configs/common/generic/CONFIG_DRM_CDNS_MHDP8546 b/redhat/configs/common/generic/CONFIG_DRM_CDNS_MHDP8546
new file mode 100644
index 000000000000..2f08c639144c
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DRM_CDNS_MHDP8546
@@ -0,0 +1 @@
+# CONFIG_DRM_CDNS_MHDP8546 is not set
diff --git a/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611 b/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611
new file mode 100644
index 000000000000..0ee3b259ff15
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DRM_LONTIUM_LT9611
@@ -0,0 +1 @@
+# CONFIG_DRM_LONTIUM_LT9611 is not set
diff --git a/redhat/configs/common/generic/CONFIG_DRM_TOSHIBA_TC358762 b/redhat/configs/common/generic/CONFIG_DRM_TOSHIBA_TC358762
new file mode 100644
index 000000000000..a99c1adf0ba5
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DRM_TOSHIBA_TC358762
@@ -0,0 +1 @@
+# CONFIG_DRM_TOSHIBA_TC358762 is not set
diff --git a/redhat/configs/common/generic/CONFIG_DRM_TOSHIBA_TC358775 b/redhat/configs/common/generic/CONFIG_DRM_TOSHIBA_TC358775
new file mode 100644
index 000000000000..5090a0707875
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DRM_TOSHIBA_TC358775
@@ -0,0 +1 @@
+# CONFIG_DRM_TOSHIBA_TC358775 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_AMD_DC_SI b/redhat/configs/pending-common/generic/CONFIG_DRM_AMD_DC_SI
deleted file mode 100644
index c5a73ee203d5..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_DRM_AMD_DC_SI
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_DRM_AMD_DC_SI:
-# 
-# Choose this option to enable new AMD DC support for SI asics
-# by default. This includes Tahiti, Pitcairn, Cape Verde, Oland.
-# Hainan is not supported by AMD DC and it has no physical DCE6.
-# 
-# Symbol: DRM_AMD_DC_SI [=n]
-# Type  : bool
-# Defined at drivers/gpu/drm/amd/display/Kconfig:34
-#   Prompt: AMD DC support for Southern Islands ASICs
-#   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_AMDGPU [=m]
-#   Location:
-#     -> Device Drivers
-#       -> Graphics support
-#         -> AMD GPU (DRM_AMDGPU [=m])
-#           -> Display Engine Configuration
-# 
-# 
-# 
-# CONFIG_DRM_AMD_DC_SI is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_CDNS_MHDP8546 b/redhat/configs/pending-common/generic/CONFIG_DRM_CDNS_MHDP8546
deleted file mode 100644
index 02038e90fdb0..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_DRM_CDNS_MHDP8546
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_DRM_CDNS_MHDP8546:
-# 
-# Support Cadence DPI to DP bridge. This is an internal
-# bridge and is meant to be directly embedded in a SoC.
-# It takes a DPI stream as input and outputs it encoded
-# in DP format.
-# 
-# Symbol: DRM_CDNS_MHDP8546 [=n]
-# Type  : tristate
-# Defined at drivers/gpu/drm/bridge/cadence/Kconfig:2
-#   Prompt: Cadence DPI/DP 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] && DRM_PANEL_BRIDGE [=y]
-# 
-# 
-# 
-# CONFIG_DRM_CDNS_MHDP8546 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611 b/redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611
deleted file mode 100644
index 4aebfd6a11dd..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_DRM_LONTIUM_LT9611
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_DRM_LONTIUM_LT9611:
-# 
-# Driver for Lontium LT9611 DSI to HDMI bridge
-# chip driver that converts dual DSI and I2S to
-# HDMI signals
-# Please say Y if you have such hardware.
-# 
-# Symbol: DRM_LONTIUM_LT9611 [=n]
-# Type  : tristate
-# Defined at drivers/gpu/drm/bridge/Kconfig:51
-#   Prompt: Lontium LT9611 DSI/HDMI bridge
-#   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Graphics support
-#         -> Display Interface Bridges
-# Selects: SND_SOC_HDMI_CODEC [=n] && DRM_PANEL_BRIDGE [=y] && DRM_KMS_HELPER [=m] && REGMAP_I2C [=m]
-# 
-# 
-# 
-# CONFIG_DRM_LONTIUM_LT9611 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_TOSHIBA_TC358762 b/redhat/configs/pending-common/generic/CONFIG_DRM_TOSHIBA_TC358762
deleted file mode 100644
index 0dc67e830c11..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_DRM_TOSHIBA_TC358762
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_DRM_TOSHIBA_TC358762:
-# 
-# Toshiba TC358762 DSI/DPI bridge driver.
-# 
-# Symbol: DRM_TOSHIBA_TC358762 [=n]
-# Type  : tristate
-# Defined at drivers/gpu/drm/bridge/Kconfig:169
-#   Prompt: TC358762 DSI/DPI bridge
-#   Depends on: HAS_IOMEM [=y] && DRM [=m] && DRM_BRIDGE [=y] && OF [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Graphics support
-#         -> Display Interface Bridges
-# Selects: DRM_MIPI_DSI [=n] && DRM_PANEL_BRIDGE [=y]
-# 
-# 
-# 
-# CONFIG_DRM_TOSHIBA_TC358762 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_DRM_TOSHIBA_TC358775 b/redhat/configs/pending-common/generic/CONFIG_DRM_TOSHIBA_TC358775
deleted file mode 100644
index fad70468b09d..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_DRM_TOSHIBA_TC358775
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_DRM_TOSHIBA_TC358775:
-# 
-# Toshiba TC358775 DSI/LVDS bridge chip driver.
-# 
-# Symbol: DRM_TOSHIBA_TC358775 [=n]
-# Type  : tristate
-# Defined at drivers/gpu/drm/bridge/Kconfig:205
-#   Prompt: Toshiba TC358775 DSI/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_DRM_TOSHIBA_TC358775 is not set
-- 
GitLab
_______________________________________________
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




[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