<?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>9f1e1e14 - drm/rockchip: Add MIPI DSI2 glue driver for RK3588</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#9f1e1e14</link>
        <description>drm/rockchip: Add MIPI DSI2 glue driver for RK3588This adds the glue code for the MIPI DSI2 bridge on Rockchip SoCs andenables its use on the RK3588.Right now the DSI2 controller is always paired with a DC-phy based on aSamsung IP, so the interface values are set statically for now.This stays true for the upcoming RK3576 as well.Tested-by: Daniel Semkowicz &lt;dse@thaumatec.com&gt;Tested-by: Dmitry Yashin &lt;dmt.yashin@gmail.com&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-4-heiko@sntech.de

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Mon, 09 Dec 2024 23:10:21 +0000</pubDate>
        <dc:creator>Heiko Stuebner &lt;heiko.stuebner@cherry.de&gt;</dc:creator>
    </item>
<item>
        <title>128a9bf8 - drm/rockchip: Add basic RK3588 HDMI output support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#128a9bf8</link>
        <description>drm/rockchip: Add basic RK3588 HDMI output supportThe RK3588 SoC family integrates the newer Synopsys DesignWare HDMI 2.1Quad-Pixel (QP) TX controller IP and a HDMI/eDP TX Combo PHY based on aSamsung IP block.Add just the basic support for now, i.e. RGB output up to 4K@60Hz,without audio, CEC or any of the HDMI 2.1 specific features.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;Link: https://patchwork.freedesktop.org/patch/msgid/20241016-b4-rk3588-bridge-upstream-v10-3-87ef92a6d14e@collabora.comSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Wed, 16 Oct 2024 20:06:53 +0000</pubDate>
        <dc:creator>Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>905df8f1 - drm/rockchip: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#905df8f1</link>
        <description>drm/rockchip: Run DRM default client setupCall drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Sandy Huang &lt;hjc@rock-chips.com&gt;Cc: &quot;Heiko St&#252;bner&quot; &lt;heiko@sntech.de&gt;Cc: Andy Yan &lt;andy.yan@rock-chips.com&gt;Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-38-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:35 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9da7ec9b - drm/bridge-connector: move to DRM_DISPLAY_HELPER module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#9da7ec9b</link>
        <description>drm/bridge-connector: move to DRM_DISPLAY_HELPER moduledrm_bridge_connector is a &quot;leaf&quot; driver, belonging to the displayhelper, rather than the &quot;CRTC&quot; drm_kms_helper module. Move the driverto the drm/display and add necessary Kconfig selection clauses.Suggested-by: Maxime Ripard &lt;mripard@kernel.org&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240903-drm-bridge-connector-fix-hdmi-reset-v5-2-daebde6d9857@linaro.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Tue, 03 Sep 2024 02:01:57 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>65548c8f - drm/rockchip: inno_hdmi: Switch to HDMI connector</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#65548c8f</link>
        <description>drm/rockchip: inno_hdmi: Switch to HDMI connectorThe new HDMI connector infrastructure allows to remove some boilerplate,especially to generate infoframes. Let&apos;s switch to it.Reviewed-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Andy Yan &lt;andyshrk@163.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240527-kms-hdmi-connector-state-v15-28-c5af16c3aae2@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Mon, 27 May 2024 13:58:17 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8f7f1155 - Revert &quot;drm: Make drivers depends on DRM_DW_HDMI&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#8f7f1155</link>
        <description>Revert &quot;drm: Make drivers depends on DRM_DW_HDMI&quot;This reverts commit c0e0f139354c01e0213204e4a96e7076e5a3e396, 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/bd93d43b07f8ed6368119f4a5ddac2ee80debe53.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:38 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&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/rockchip/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/rockchip/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>7fe302ae - Revert &quot;drm: Switch DRM_DISPLAY_DP_HELPER to depends on&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#7fe302ae</link>
        <description>Revert &quot;drm: Switch DRM_DISPLAY_DP_HELPER to depends on&quot;This reverts commit 0323287de87d7e6e9c22c57d7440aa353a2298d0, 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/89ac456805746b6d0c888f10c5120b11aacd3319.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:35 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>d738adc2 - Revert &quot;drm: fix DRM_DISPLAY_DP_HELPER dependencies&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#d738adc2</link>
        <description>Revert &quot;drm: fix DRM_DISPLAY_DP_HELPER dependencies&quot;This reverts commit d1ef8fc18be6adbbffdee06fbb5b33699e2852be, as thecommit it fixes will be reverted, 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/df2876c72e82cbecfe8406fa058e8d3e895e4b93.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:32 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>81f85dbd - Revert &quot;drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#81f85dbd</link>
        <description>Revert &quot;drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2&quot;This reverts commit a57e191ebbaa0363dbf352cc37447c2230573e29, as thecommits it fixes will be reverted, 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/37216404c77b4c677d3b3a80d12d6d4447a3f3a0.1713780345.git.geert+renesas@glider.beSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 10:30:29 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>a57e191e - drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#a57e191e</link>
        <description>drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2After my fix yesterday, I ran into another problem of the same kind:aarch64-linux-ld: drivers/gpu/drm/bridge/analogix/analogix_dp_core.o: in function `drm_dp_dpcd_readb&apos;:analogix_dp_core.c:(.text+0x194): undefined reference to `drm_dp_dpcd_read&apos;aarch64-linux-ld: drivers/gpu/drm/bridge/analogix/analogix_dp_core.o: in function `drm_dp_dpcd_writeb&apos;:analogix_dp_core.c:(.text+0x214): undefined reference to `drm_dp_dpcd_write&apos;aarch64-linux-ld: drivers/gpu/drm/bridge/analogix/analogix_dp_core.o: in function `analogix_dp_stop_crc&apos;:analogix_dp_core.c:(.text+0x4b0): undefined reference to `drm_dp_stop_crc&apos;aarch64-linux-ld: drivers/gpu/drm/bridge/analogix/analogix_dp_core.o: in function `analogix_dp_start_crc&apos;:analogix_dp_core.c:(.text+0xbe8): undefined reference to `drm_dp_start_crc&apos;Add the same dependency again to ROCKCHIP_ANALOGIX_DP after checking thatnothing else selects the analogix driver. Also add a dependency toDRM_ANALOGIX_DP to make it easier to identifier future problems ofthis type when they get introduced.Fixes: 0323287de87d (&quot;drm: Switch DRM_DISPLAY_DP_HELPER to depends on&quot;)Fixes: d1ef8fc18be6 (&quot;drm: fix DRM_DISPLAY_DP_HELPER dependencies&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240405143531.925589-1-arnd@kernel.org

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Fri, 05 Apr 2024 14:35:10 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d1ef8fc1 - drm: fix DRM_DISPLAY_DP_HELPER dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#d1ef8fc1</link>
        <description>drm: fix DRM_DISPLAY_DP_HELPER dependenciesBoth the exynos and rockchip drivers ran into link failures aftera Kconfig cleanup:aarch64-linux-ld: drivers/gpu/drm/exynos/exynos_dp.o: in function `exynos_dp_resume&apos;:exynos_dp.c:(.text+0xc0): undefined reference to `analogix_dp_resume&apos;aarch64-linux-ld: drivers/gpu/drm/exynos/exynos_dp.o: in function `exynos_dp_suspend&apos;:exynos_dp.c:(.text+0xf4): undefined reference to `analogix_dp_suspend&apos;x86_64-linux-ld: drivers/gpu/drm/rockchip/cdn-dp-core.o: in function `cdn_dp_connector_mode_valid&apos;:cdn-dp-core.c:(.text+0x13a): undefined reference to `drm_dp_bw_code_to_link_rate&apos;x86_64-linux-ld: cdn-dp-core.c:(.text+0x148): undefined reference to `drm_dp_bw_code_to_link_rate&apos;x86_64-linux-ld: drivers/gpu/drm/rockchip/cdn-dp-core.o: in function `cdn_dp_check_link_status&apos;:cdn-dp-core.c:(.text+0x1396): undefined reference to `drm_dp_channel_eq_ok&apos;In both cases, the problem is that ROCKCHIP_CDN_DP and DRM_EXYNOS_DPare &apos;bool&apos; symbols that depend on the the &apos;tristate&apos; DRM_DISPLAY_HELPERsymbol, but end up not working when the SoC specific part is built-inbut the helper is in a loadable module.Use the same trick that DRM_ROCKCHIP already uses for the EXTCONdependency and disallow DP support when it would not work.Fixes: 0323287de87d (&quot;drm: Switch DRM_DISPLAY_DP_HELPER to depends on&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240404124101.2988099-1-arnd@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Thu, 04 Apr 2024 12:40:51 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0323287d - drm: Switch DRM_DISPLAY_DP_HELPER to depends on</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#0323287d</link>
        <description>drm: Switch DRM_DISPLAY_DP_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_DP_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-10-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:05 +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/rockchip/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/rockchip/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>c0e0f139 - drm: Make drivers depends on DRM_DW_HDMI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#c0e0f139</link>
        <description>drm: Make drivers depends on DRM_DW_HDMIDRM_DW_HDMI has a number of dependencies that might not be enabled.However, drivers were used to selecting it while not enforcing theDRM_DW_HDMI dependencies.This could result in Kconfig warnings (and further build breakages) suchas:  Kconfig warnings: (for reference only)     WARNING: unmet direct dependencies detected for DRM_DW_HDMI     Depends on [n]: HAS_IOMEM [=y] &amp;&amp; DRM [=m] &amp;&amp; DRM_BRIDGE [=y] &amp;&amp; DRM_DISPLAY_HELPER [=n]     Selected by [m]:     - DRM_SUN8I_DW_HDMI [=m] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM_SUN4I [=m]Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202403262127.kZkttfNz-lkp@intel.com/Acked-by: Jani Nikula &lt;jani.nikula@intel.com&gt;Link: https://lore.kernel.org/r/20240327-kms-kconfig-helpers-v3-7-eafee11b84b3@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 10:57:02 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&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/rockchip/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/rockchip/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>0b752df7 - drm/rockchip: Fix Kconfig dependencies for display-port encoders</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#0b752df7</link>
        <description>drm/rockchip: Fix Kconfig dependencies for display-port encodersThe DP-helper module has been replaced by the display-helper module.So the driver have to select it.Reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;Fixes: 1e0f66420b13(&quot;drm/display: Introduce a DRM display-helper module&quot;)Signed-off-by: Ren Zhijie &lt;renzhijie2@huawei.com&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/20220507100910.93705-1-renzhijie2@huawei.com

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Sat, 07 May 2022 10:09:10 +0000</pubDate>
        <dc:creator>Ren Zhijie &lt;renzhijie2@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>604be855 - drm/rockchip: Add VOP2 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#604be855</link>
        <description>drm/rockchip: Add VOP2 driverThe VOP2 unit is found on Rockchip SoCs beginning with rk3566/rk3568.It replaces the VOP unit found in the older Rockchip SoCs.This driver has been derived from the downstream Rockchip Kernel andheavily modified:- All nonstandard DRM properties have been removed- dropped struct vop2_plane_state and pass around less data between  functions- Dropped all DRM_FORMAT_* not known on upstream- rework register access to get rid of excessively used macros- Drop all waiting for framesyncsThe driver is tested with HDMI and MIPI-DSI display on a RK3568-EVBboard. Overlay support is tested with the modetest utility. AFBC supporton the cluster windows is tested with weston-simple-dmabuf-egl onweston using the (yet to be upstreamed) panfrost driver support.Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;Co-Developed-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;Tested-by: Michael Riesch &lt;michael.riesch@wolfvision.net&gt;[dt-binding-header:]Acked-by: Rob Herring &lt;robh@kernel.org&gt;[moved dt-binding header from dt-nodes patch to here and made checkpatch --strict happier]Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220422072841.2206452-23-s.hauer@pengutronix.de

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Fri, 22 Apr 2022 07:28:39 +0000</pubDate>
        <dc:creator>Andy Yan &lt;andy.yan@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>b382406a - drm/rockchip: Make VOP driver optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#b382406a</link>
        <description>drm/rockchip: Make VOP driver optionalWith upcoming VOP2 support VOP won&apos;t be the only choice anymore, so makethe VOP driver optional.This also adds a dependency from ROCKCHIP_ANALOGIX_DP to ROCKCHIP_VOP,because that driver currently only links and works with the VOP driver.Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;Tested-by: Michael Riesch &lt;michael.riesch@wolfvision.net&gt;Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220422072841.2206452-22-s.hauer@pengutronix.de

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Fri, 22 Apr 2022 07:28:38 +0000</pubDate>
        <dc:creator>Sascha Hauer &lt;s.hauer@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>1e0f6642 - drm/display: Introduce a DRM display-helper module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/rockchip/Kconfig#1e0f6642</link>
        <description>drm/display: Introduce a DRM display-helper moduleReplace the DP-helper module with a display-helper module. Thesupport for DisplayPort becomes an internal option that drivershave to select. Update all related Kconfig and Makefile rules.Besides the existing code for DisplayPort, the new module willcontain helpers for other video-output standards, such as HDMI.Drivers will have to select their required video-output helpers.Linking all display-related code into a single module avoids theproliferation of small kernel modules.The module parameters drm_dp_cec_unregister_delay, dp_aux_i2c_speed_khz,and dp_aux_i2c_transfer_size are moving from the drm_dp_helper namespaceto drm_display_helper.v2:	* mention module parameters in commit message (Javier)	* distiguish between display module and DP support in Kconfig	* update Makefile rules for DP helpers	* move Kconfig rules into separate file under display/Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Lyude Paul &lt;lyude@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220421073108.19226-4-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/rockchip/Kconfig</description>
        <pubDate>Thu, 21 Apr 2022 07:31:03 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
