<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0d6d8625 - drm/bridge/synopsys: Add MIPI DSI2 host controller bridge</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#0d6d8625</link>
        <description>drm/bridge/synopsys: Add MIPI DSI2 host controller bridgeAdd a Synopsys Designware MIPI DSI host DRM bridge driver for theirDSI2 host controller, based on the Rockchip version from the driverrockchip/dw-mipi-dsi2.c in their vendor-kernel with phy &amp; bridge APIs.While the driver is heavily modelled after the previous IP, the registerset of this DSI2 controller is completely different and there are alsoadditional properties like the variable-width phy interface.Tested-by: Daniel Semkowicz &lt;dse@thaumatec.com&gt;Tested-by: Dmitry Yashin &lt;dmt.yashin@gmail.com&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Signed-off-by: Heiko Stuebner &lt;heiko.stuebner@cherry.de&gt;Reviewed-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241209231021.2180582-2-heiko@sntech.de

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Mon, 09 Dec 2024 23:10:19 +0000</pubDate>
        <dc:creator>Heiko Stuebner &lt;heiko.stuebner@cherry.de&gt;</dc:creator>
    </item>
<item>
        <title>5bd0d8e6 - drm/bridge: synopsys: Add DW HDMI QP TX Controller support library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#5bd0d8e6</link>
        <description>drm/bridge: synopsys: Add DW HDMI QP TX Controller support libraryThe Synopsys DesignWare HDMI 2.1 Quad-Pixel (QP) TX Controller IPsupports the following features, among others:* Fixed Rate Link (FRL)* Display Stream Compression (DSC)* 4K@120Hz and 8K@60Hz video modes* Variable Refresh Rate (VRR) including Quick Media Switching (QMS), aka  Cinema VRR* Fast Vactive (FVA), aka Quick Frame Transport (QFT)* SCDC I2C DDC access* TMDS Scrambler enabling 2160p@60Hz with RGB/YCbCr4:4:4* YCbCr4:2:0 enabling 2160p@60Hz at lower HDMI link speeds* Multi-stream audio* Enhanced Audio Return Channel (EARC)Add library containing common helpers to enable basic support, i.e. RGBoutput up to 4K@30Hz, without audio, CEC or any HDMI 2.1 specificfeatures.Co-developed-by: Algea Cao &lt;algea.cao@rock-chips.com&gt;Signed-off-by: Algea Cao &lt;algea.cao@rock-chips.com&gt;Tested-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Reviewed-by: Maxime Ripard &lt;mripard@kernel.org&gt;Signed-off-by: Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241016-b4-rk3588-bridge-upstream-v10-1-87ef92a6d14e@collabora.comSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Wed, 16 Oct 2024 20:06:51 +0000</pubDate>
        <dc:creator>Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>05b8b6dd - Revert &quot;drm: Switch DRM_DISPLAY_HELPER to depends on&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#05b8b6dd</link>
        <description>Revert &quot;drm: Switch DRM_DISPLAY_HELPER to depends on&quot;This reverts commit e075e496f516bf92bc0cbaf94d64e8d4a6b58321, as helpercode should always be selected by the driver that needs it, for theconvenience of the final user configuring a kernel.The user who configures a kernel should not need to know which helpersare needed for the driver he is interested in.  Making a driver dependon helper code means that the user needs to know which helpers to enablefirst, which is very user-unfriendly.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/1ba76cc4d96a8afefff5d1bc42fb1e1329c5da68.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:37 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>d7c128cb - Revert &quot;drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#d7c128cb</link>
        <description>Revert &quot;drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on&quot;This reverts commit f6d2dc03fa8546b284dd8c1af027d9fac5725921, as helpercode should always be selected by the driver that needs it, for theconvenience of the final user configuring a kernel.The user who configures a kernel should not need to know which helpersare needed for the driver he is interested in.  Making a driver dependon helper code means that the user needs to know which helpers to enablefirst, which is very user-unfriendly.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/bd288a5943dab8609f2d1f2bf413595a61df727a.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:33 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>759d0268 - Revert &quot;drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#759d0268</link>
        <description>Revert &quot;drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable&quot;This reverts commit 0209df3b4731516fe77638bfc52ba2e9629c67cd, as thecommit it fixes (which is BTW not the commit in the Fixes: tag!) will bereverted, too.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/b2d1a7a765e4af249f4c450383de6e8422647e2e.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:31 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>0209df3b - drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#0209df3b</link>
        <description>drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectableCommit c0e0f139354c (&quot;drm: Make drivers depends on DRM_DW_HDMI&quot;) turnedselect dependencies into depends on ones. However, DRM_DW_HDMI was notmanually selectable which resulted in no way to enable the drivers thatwere now depending on it.Fixes: 4fc8cb47fcfd (&quot;drm/display: Move HDMI helpers into display-helper module&quot;)Reported-by: Mark Brown &lt;broonie@kernel.org&gt;Reported-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240403-fix-dw-hdmi-kconfig-v1-2-afbc4a835c38@kernel.org

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Wed, 03 Apr 2024 10:56:20 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f6d2dc03 - drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#f6d2dc03</link>
        <description>drm: Switch DRM_DISPLAY_HDMI_HELPER to depends onMost of our helpers have relied on being selected so far throughKconfig, but that creates issues when we have multiple layers of helperswith some depending on others.Indeed, select doesn&apos;t select a dependency&apos;s dependencies, and thusisn&apos;t super intuitive. Depends on however doesn&apos;t have that limitation,so we can just switch all the drivers that were selectingDRM_DISPLAY_HDMI_HELPER to depend on it.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://lore.kernel.org/r/20240327-kms-kconfig-helpers-v3-12-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:07 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e075e496 - drm: Switch DRM_DISPLAY_HELPER to depends on</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#e075e496</link>
        <description>drm: Switch DRM_DISPLAY_HELPER to depends onMost of our helpers have relied on being selected so far throughKconfig, but that creates issues when we have multiple layers of helperswith some depending on others.Indeed, select doesn&apos;t select a dependency&apos;s dependencies, and thusisn&apos;t super intuitive. Depends on however doesn&apos;t have that limitation,so we can just switch all the drivers that were selectingDRM_DISPLAY_HELPER to depend on it.Reviewed-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://lore.kernel.org/r/20240327-kms-kconfig-helpers-v3-8-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:03 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4fc8cb47 - drm/display: Move HDMI helpers into display-helper module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#4fc8cb47</link>
        <description>drm/display: Move HDMI helpers into display-helper moduleMove DRM&apos;s HMDI helpers into the display/ subdirectoy and add itto DRM&apos;s display helpers. Update all affected drivers. No functionalchanges.The HDMI helpers were implemented in the EDID and connector code, butare actually unrelated. With the move to the display-helper library, wecan remove the dependency on drm_edid.{c,h} in some driver&apos;s HDMI sourcefiles.Several of the HDMI helpers remain in EDID code because both share partsof their implementation internally. With better refractoring of the EDIDcode, those HDMI helpers could be moved into the display-helper libraryas well.v3:	* fix Kconfig dependencies (Javier)v2:	* reduce HDMI helpers to avoid exporting functions (Jani)	* fix include statements (Jani, Javier)	* update Kconfig symbolsSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220421073108.19226-8-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Thu, 21 Apr 2022 07:31:07 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d970ce30 - drm: bridge: dw_hdmi: Audio: Add General Parallel Audio (GPA) driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#d970ce30</link>
        <description>drm: bridge: dw_hdmi: Audio: Add General Parallel Audio (GPA) driverGeneral Parallel Audio (GPA) interface is one of the supportedaudio interface for synopsys HDMI module, which has verified fori.MX8MPlus platform.This is initial version for GPA.Signed-off-by: Shengjiu Wang &lt;shengjiu.wang@nxp.com&gt;Signed-off-by: Sandor Yu &lt;Sandor.yu@nxp.com&gt;Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Signed-off-by: Robert Foss &lt;robert.foss@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/f21ba3e8c4d9d028ac74c6f3c588ddbffe739399.1649989179.git.Sandor.yu@nxp.com

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Fri, 15 Apr 2022 02:42:50 +0000</pubDate>
        <dc:creator>Sandor Yu &lt;Sandor.yu@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>a616e63c - drm/bridge: dw-hdmi: add cec driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#a616e63c</link>
        <description>drm/bridge: dw-hdmi: add cec driverAdd a CEC driver for the dw-hdmi hardware.Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;[hans.verkuil: unsigned -&gt; unsigned int][hans.verkuil: cec_transmit_done -&gt; cec_transmit_attempt_done][hans.verkuil: add missing CEC_CAP_PASSTHROUGH]Acked-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Tested-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Tested-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Archit Taneja &lt;architt@codeaurora.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20170802184108.7913-4-hverkuil@xs4all.nl

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Wed, 02 Aug 2017 18:41:07 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>e84b8d75 - drm/bridge: dw-hdmi: add cec notifier support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#e84b8d75</link>
        <description>drm/bridge: dw-hdmi: add cec notifier supportAdd CEC notifier support to the HDMI bridge driver, so that the CECpart of the IP can receive its physical address.Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;Tested-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Tested-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Acked-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Archit Taneja &lt;architt@codeaurora.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/E1dcBhV-00088e-8x@rmk-PC.armlinux.org.uk

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Mon, 31 Jul 2017 14:29:41 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>46fc5154 - drm/bridge/synopsys: Add MIPI DSI host controller bridge</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#46fc5154</link>
        <description>drm/bridge/synopsys: Add MIPI DSI host controller bridgeAdd a Synopsys Designware MIPI DSI host DRM bridge driver, based on theRockchip version from rockchip/dw-mipi-dsi.c with phy &amp; bridge APIs.Signed-off-by: Philippe CORNU &lt;philippe.cornu@st.com&gt;Signed-off-by: Archit Taneja &lt;architt@codeaurora.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/1500277223-29553-5-git-send-email-philippe.cornu@st.com

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Mon, 17 Jul 2017 07:40:20 +0000</pubDate>
        <dc:creator>Philippe CORNU &lt;philippe.cornu@st.com&gt;</dc:creator>
    </item>
<item>
        <title>d758619b - drm: dw-hdmi: Fix compilation breakage by selecting REGMAP_MMIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#d758619b</link>
        <description>drm: dw-hdmi: Fix compilation breakage by selecting REGMAP_MMIOThe dw-hdmi driver switched to regmap-mmio, but lacks the dependency inKconfig. This can result in compilation breakages. Fix it by selectingREGMAP_MMIO.Fixes: 80e2f97968b5 (&quot;drm: bridge: dw-hdmi: Switch to regmap for register access&quot;)Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Signed-off-by: Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;Signed-off-by: Archit Taneja &lt;architt@codeaurora.org&gt;Link: http://patchwork.freedesktop.org/patch/msgid/20170610085943.15788-1-laurent.pinchart+renesas@ideasonboard.com

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Sat, 10 Jun 2017 08:59:43 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>35dc8aab - drm: bridge: dw-hdmi: Move the driver to a separate directory.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig#35dc8aab</link>
        <description>drm: bridge: dw-hdmi: Move the driver to a separate directory.The driver is already made of 5 separate source files. Move it to anewly created directory named synopsys where more Synopsys bridgedrivers can be added later (for the DisplayPort controller forinstance).Suggested-by: Jose Abreu &lt;Jose.Abreu@synopsys.com&gt;Signed-off-by: Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;Reviewed-by: Jose Abreu &lt;joabreu@synopsys.com&gt;Signed-off-by: Archit Taneja &lt;architt@codeaurora.org&gt;Link: http://patchwork.freedesktop.org/patch/msgid/20170303172007.26541-10-laurent.pinchart+renesas@ideasonboard.com

            List of files:
            /linux-6.15/drivers/gpu/drm/bridge/synopsys/Kconfig</description>
        <pubDate>Fri, 10 Mar 2017 10:18:12 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;</dc:creator>
    </item>
</channel>
</rss>
