<?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>9360547e - drm/stm: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#9360547e</link>
        <description>drm/stm: Run DRM default client setupCall drm_client_setup_with-fourcc() to run the kernel&apos;s default clientsetup for DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONv4:- remove duplicated S-o-b tag (Gerd)v2:- use drm_client_setup_with_fourcc()Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Yannick Fertre &lt;yannick.fertre@foss.st.com&gt;Cc: Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;Cc: Philippe Cornu &lt;philippe.cornu@foss.st.com&gt;Cc: Maxime Coquelin &lt;mcoquelin.stm32@gmail.com&gt;Cc: Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;Acked-by: Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-40-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:37 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7b565174 - drm/stm: add COMMON_CLK dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#7b565174</link>
        <description>drm/stm: add COMMON_CLK dependencyThe added lvds driver and a change in the dsi driver resulted in failedbuilds when COMMON_CLK is disabled:x86_64-linux-ld: drivers/gpu/drm/stm/dw_mipi_dsi-stm.o: in function `dw_mipi_dsi_stm_remove&apos;:dw_mipi_dsi-stm.c:(.text+0x51e): undefined reference to `clk_hw_unregister&apos;x86_64-linux-ld: drivers/gpu/drm/stm/lvds.o: in function `lvds_remove&apos;:lvds.c:(.text+0xe3): undefined reference to `of_clk_del_provider&apos;x86_64-linux-ld: lvds.c:(.text+0xec): undefined reference to `clk_hw_unregister&apos;x86_64-linux-ld: drivers/gpu/drm/stm/lvds.o: in function `lvds_pll_config&apos;:lvds.c:(.text+0xb5d): undefined reference to `clk_hw_get_rate&apos;x86_64-linux-ld: drivers/gpu/drm/stm/lvds.o: in function `lvds_probe&apos;:lvds.c:(.text+0x1476): undefined reference to `clk_hw_register&apos;x86_64-linux-ld: lvds.c:(.text+0x148b): undefined reference to `of_clk_hw_simple_get&apos;x86_64-linux-ld: lvds.c:(.text+0x1493): undefined reference to `of_clk_add_hw_provider&apos;x86_64-linux-ld: lvds.c:(.text+0x1535): undefined reference to `clk_hw_unregister&apos;Add this as a dependency for the stm driver itself, since it will berequired in practice anyway.Fixes: 185f99b61442 (&quot;drm/stm: dsi: expose DSI PHY internal clock&quot;)Fixes: aca1cbc1c986 (&quot;drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240719075454.3595358-1-arnd@kernel.orgSigned-off-by: Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;(cherry picked from commit 26dbffb2a4c4d4639c7b336f6b74a437c23dadd4)Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Fri, 19 Jul 2024 07:54:41 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>26dbffb2 - drm/stm: add COMMON_CLK dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#26dbffb2</link>
        <description>drm/stm: add COMMON_CLK dependencyThe added lvds driver and a change in the dsi driver resulted in failedbuilds when COMMON_CLK is disabled:x86_64-linux-ld: drivers/gpu/drm/stm/dw_mipi_dsi-stm.o: in function `dw_mipi_dsi_stm_remove&apos;:dw_mipi_dsi-stm.c:(.text+0x51e): undefined reference to `clk_hw_unregister&apos;x86_64-linux-ld: drivers/gpu/drm/stm/lvds.o: in function `lvds_remove&apos;:lvds.c:(.text+0xe3): undefined reference to `of_clk_del_provider&apos;x86_64-linux-ld: lvds.c:(.text+0xec): undefined reference to `clk_hw_unregister&apos;x86_64-linux-ld: drivers/gpu/drm/stm/lvds.o: in function `lvds_pll_config&apos;:lvds.c:(.text+0xb5d): undefined reference to `clk_hw_get_rate&apos;x86_64-linux-ld: drivers/gpu/drm/stm/lvds.o: in function `lvds_probe&apos;:lvds.c:(.text+0x1476): undefined reference to `clk_hw_register&apos;x86_64-linux-ld: lvds.c:(.text+0x148b): undefined reference to `of_clk_hw_simple_get&apos;x86_64-linux-ld: lvds.c:(.text+0x1493): undefined reference to `of_clk_add_hw_provider&apos;x86_64-linux-ld: lvds.c:(.text+0x1535): undefined reference to `clk_hw_unregister&apos;Add this as a dependency for the stm driver itself, since it will berequired in practice anyway.Fixes: 185f99b61442 (&quot;drm/stm: dsi: expose DSI PHY internal clock&quot;)Fixes: aca1cbc1c986 (&quot;drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240719075454.3595358-1-arnd@kernel.orgSigned-off-by: Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Fri, 19 Jul 2024 07:54:41 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>aca1cbc1 - drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#aca1cbc1</link>
        <description>drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driverThe Low-Voltage Differential Signaling (LVDS) Display InterfaceTransmitter handles the LVDS protocol: it maps the pixels received fromthe upstream Pixel-DMA LCD-TFT Display Controller (LTDC) onto the LVDSPHY.It is composed of three sub blocks:	* LVDS host: handles the LVDS protocol (FPD / OpenLDI) and maps	  its input pixels onto the data lanes of the PHY	* LVDS PHY: parallelize the data and drives the LVDS data lanes	* LVDS wrapper: handles top-level settingsThe LVDS controller driver supports the following high-level features:	* FDP-Link-I and OpenLDI (v0.95) protocols	* Single-Link or Dual-Link operation	* Single-Display or Double-Display (with the same content	  duplicated on both)	* Flexible Bit-Mapping, including JEIDA and VESA	* RGB888 or RGB666 output	* Synchronous design, with one input pixel per clock cycleSigned-off-by: Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;Acked-by: Yannick Fertre &lt;yannick.fertre@foss.st.com&gt;Signed-off-by: Philippe Cornu &lt;philippe.cornu@foss.st.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240226-lvds-v6-2-15e3463fbe70@foss.st.com

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Mon, 26 Feb 2024 10:48:06 +0000</pubDate>
        <dc:creator>Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>6597efcf - drm/stm: Allow build with COMPILE_TEST=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#6597efcf</link>
        <description>drm/stm: Allow build with COMPILE_TEST=yAllow stm to be built with COMPILE_TEST=y for greatercoverage. Builds fine on x86/x86_64 at least.Cc: Yannick Fertre &lt;yannick.fertre@foss.st.com&gt;Cc: Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;Cc: Philippe Cornu &lt;philippe.cornu@foss.st.com&gt;Signed-off-by: Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240408170426.9285-22-ville.syrjala@linux.intel.comAcked-by: Rapha&#235;l Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Mon, 08 Apr 2024 17:04:26 +0000</pubDate>
        <dc:creator>Ville Syrj&#228;l&#228; &lt;ville.syrjala@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9fcc00ea - drm: Drop ARCH_MULTIPLATFORM from dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#9fcc00ea</link>
        <description>drm: Drop ARCH_MULTIPLATFORM from dependenciesSome of these dependencies used to be sensible when only a small part ofthe platforms supported by ARCH=arm could be compiled together in asingle kernel image. Nowadays ARCH_MULTIPLATFORM is only used as a guardfor kernel options incompatible with a multiplatform image. See commit84fc86360623 (&quot;ARM: make ARCH_MULTIPLATFORM user-visible&quot;) for some moredetails.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20221209220555.3631364-1-u.kleine-koenig@pengutronix.de

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Fri, 09 Dec 2022 22:05:54 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>4a83c26a - drm/gem: rename GEM CMA helpers to GEM DMA helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#4a83c26a</link>
        <description>drm/gem: rename GEM CMA helpers to GEM DMA helpersRename &quot;GEM CMA&quot; helpers to &quot;GEM DMA&quot; helpers - considering thehierarchy of APIs (mm/cma -&gt; dma -&gt; gem dma) calling them &quot;GEMDMA&quot; seems to be more applicable.Besides that, commit e57924d4ae80 (&quot;drm/doc: Task to rename CMA helpers&quot;)requests to rename the CMA helpers and implies that people seem to beconfused about the naming.In order to do this renaming the following script was used:```	#!/bin/bash	DIRS=&quot;drivers/gpu include/drm Documentation/gpu&quot;	REGEX_SYM_UPPER=&quot;[0-9A-Z_\-]&quot;	REGEX_SYM_LOWER=&quot;[0-9a-z_\-]&quot;	REGEX_GREP_UPPER=&quot;(${REGEX_SYM_UPPER}*)(GEM)_CMA_(${REGEX_SYM_UPPER}*)&quot;	REGEX_GREP_LOWER=&quot;(${REGEX_SYM_LOWER}*)(gem)_cma_(${REGEX_SYM_LOWER}*)&quot;	REGEX_SED_UPPER=&quot;s/${REGEX_GREP_UPPER}/\1\2_DMA_\3/g&quot;	REGEX_SED_LOWER=&quot;s/${REGEX_GREP_LOWER}/\1\2_dma_\3/g&quot;	# Find all upper case &apos;CMA&apos; symbols and replace them with &apos;DMA&apos;.	for ff in $(grep -REHl &quot;${REGEX_GREP_UPPER}&quot; $DIRS)	do	       sed -i -E &quot;$REGEX_SED_UPPER&quot; $ff	done	# Find all lower case &apos;cma&apos; symbols and replace them with &apos;dma&apos;.	for ff in $(grep -REHl &quot;${REGEX_GREP_LOWER}&quot; $DIRS)	do	       sed -i -E &quot;$REGEX_SED_LOWER&quot; $ff	done	# Replace all occurrences of &apos;CMA&apos; / &apos;cma&apos; in comments and	# documentation files with &apos;DMA&apos; / &apos;dma&apos;.	for ff in $(grep -RiHl &quot; cma &quot; $DIRS)	do		sed -i -E &quot;s/ cma / dma /g&quot; $ff		sed -i -E &quot;s/ CMA / DMA /g&quot; $ff	done	# Rename all &apos;cma_obj&apos;s to &apos;dma_obj&apos;.	for ff in $(grep -RiHl &quot;cma_obj&quot; $DIRS)	do		sed -i -E &quot;s/cma_obj/dma_obj/g&quot; $ff	done```Only a few more manual modifications were needed, e.g. reverting thefollowing modifications in some DRM Kconfig files    -       select CMA if HAVE_DMA_CONTIGUOUS    +       select DMA if HAVE_DMA_CONTIGUOUSas well as manually picking the occurrences of &apos;CMA&apos;/&apos;cma&apos; in comments anddocumentation which relate to &quot;GEM CMA&quot;, but not &quot;FB CMA&quot;.Also drivers/gpu/drm/Makefile was fixed up manually after renamingdrm_gem_cma_helper.c to drm_gem_dma_helper.c.This patch is compile-time tested building a x86_64 kernel with`make allyesconfig &amp;&amp; make drivers/gpu/drm`.Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Acked-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Danilo Krummrich &lt;dakr@redhat.com&gt;Reviewed-by: Liviu Dudau &lt;liviu.dudau@arm.com&gt; #drivers/gpu/drm/armSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220802000405.949236-4-dakr@redhat.com

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Tue, 02 Aug 2022 00:04:03 +0000</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>09717af7 - drm: Remove CONFIG_DRM_KMS_CMA_HELPER option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#09717af7</link>
        <description>drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionLink drm_fb_cma_helper.o into drm_cma_helper.ko if CONFIG_DRM_KMS_HELPERhas been set. Remove CONFIG_DRM_KMS_CMA_HELPER config option. SelectingKMS helpers and CMA will now automatically enable CMA KMS helpers.Some drivers&apos; Kconfig files did not correctly select KMS or CMA helpers.Fix this as part of the change.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20211106193509.17472-3-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Sat, 06 Nov 2021 19:35:09 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&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/stm/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/stm/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>a34ced45 - drm/stm: fix CONFIG_FB dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#a34ced45</link>
        <description>drm/stm: fix CONFIG_FB dependencyThe DRM_STM driver can be built independently of the framebufferlayer, but it causes a Kconfig warning:WARNING: unmet direct dependencies detected for FB_PROVIDE_GET_FB_UNMAPPED_AREA  Depends on [n]: HAS_IOMEM [=y] &amp;&amp; FB [=n]  Selected by [y]:  - DRM_STM [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM [=y] &amp;&amp; (ARCH_STM32 [=n] || ARCH_MULTIPLATFORM [=y])Selecting FB_PROVIDE_GET_FB_UNMAPPED_AREA actually has no effectif CONFIG_FB is disabled, so we can make it a conditional &apos;select&apos;instead.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20190307155323.2949975-1-arnd@arndb.de

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Thu, 07 Mar 2019 15:53:14 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>92f190ab - drm: make DRM_STM default n</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#92f190ab</link>
        <description>drm: make DRM_STM default nDefault config value for all other drivers is N.Signed-off-by: Micha&#322; Miros&#322;aw &lt;mirq-linux@rere.qmqm.pl&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Tue, 08 Aug 2017 23:42:22 +0000</pubDate>
        <dc:creator>Micha&#322; Miros&#322;aw &lt;mirq-linux@rere.qmqm.pl&gt;</dc:creator>
    </item>
<item>
        <title>367035c2 - drm: stm: remove &quot;default y&quot; in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#367035c2</link>
        <description>drm: stm: remove &quot;default y&quot; in KconfigTo do not force stm driver to be build by defaultSigned-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/1499699248-25776-1-git-send-email-benjamin.gaignard@linaro.org

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Mon, 10 Jul 2017 15:07:28 +0000</pubDate>
        <dc:creator>benjamin.gaignard@linaro.org &lt;benjamin.gaignard@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c1c026db - drm/stm: Add STM32 DSI controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#c1c026db</link>
        <description>drm/stm: Add STM32 DSI controller driverAdd the STM32 DSI controller driver that uses the Synopsys DesignWareMIPI DSI host controller bridge.Signed-off-by: Philippe CORNU &lt;philippe.cornu@st.com&gt;Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Reviewed-by: Archit Taneja &lt;architt@codeaurora.org&gt;Signed-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/1500277223-29553-8-git-send-email-philippe.cornu@st.com

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Mon, 17 Jul 2017 07:40:23 +0000</pubDate>
        <dc:creator>Philippe CORNU &lt;philippe.cornu@st.com&gt;</dc:creator>
    </item>
<item>
        <title>bdf31bcf - drm/stm: ltdc: Add panel-bridge support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#bdf31bcf</link>
        <description>drm/stm: ltdc: Add panel-bridge supportAdd the panel-bridge support for both panels &amp; bridges (used by DSI host &amp;HDMI/LVDS bridges).Signed-off-by: Philippe CORNU &lt;philippe.cornu@st.com&gt;Reviewed-by: Archit Taneja &lt;architt@codeaurora.org&gt;Signed-off-by: Archit Taneja &lt;architt@codeaurora.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/1500277223-29553-3-git-send-email-philippe.cornu@st.com

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Mon, 17 Jul 2017 07:40:18 +0000</pubDate>
        <dc:creator>Philippe CORNU &lt;philippe.cornu@st.com&gt;</dc:creator>
    </item>
<item>
        <title>b759012c - drm/stm: Add STM32 LTDC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Kconfig#b759012c</link>
        <description>drm/stm: Add STM32 LTDC driverThis controller provides output signals to interface directly a varietyof LCD and TFT panels. These output signals are: RGB signals(up to 24bpp), vertical &amp; horizontal synchronisations, data enable andthe pixel clock.Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;Signed-off-by: Yannick Fertre &lt;yannick.fertre@st.com&gt;Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;Link: http://patchwork.freedesktop.org/patch/msgid/1492164819-10513-5-git-send-email-yannick.fertre@st.comReviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Kconfig</description>
        <pubDate>Fri, 14 Apr 2017 10:13:34 +0000</pubDate>
        <dc:creator>Yannick Fertre &lt;yannick.fertre@st.com&gt;</dc:creator>
    </item>
</channel>
</rss>
