<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>b61f7dd29ba948067849ae38b94ab9e038d066ce - drm/xlnx/zynqmp-dpsub: Fix dependencies for COMPILE_TEST</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#b61f7dd29ba948067849ae38b94ab9e038d066ce</link>
        <description>drm/xlnx/zynqmp-dpsub: Fix dependencies for COMPILE_TESTThe zynqmp-dpsub driver does not have build time dependencies on the PHYor DMA drivers. These are runtime hardware restrictions.Make the two dependencies optional if COMPILE_TEST.Signed-off-by: Chen-Yu Tsai &lt;wenst@chromium.org&gt;Link: https://patch.msgid.link/20260505094716.1784225-1-wenst@chromium.orgSigned-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ideasonboard.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Tue, 05 May 2026 11:47:15 +0200</pubDate>
        <dc:creator>Chen-Yu Tsai &lt;wenst@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>f9f087d946266bc5da7c3a17bd8fd9d01969e3cf - drm: xlnx: zynqmp_dpsub: fix Kconfig dependencies for ASoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#f9f087d946266bc5da7c3a17bd8fd9d01969e3cf</link>
        <description>drm: xlnx: zynqmp_dpsub: fix Kconfig dependencies for ASoCThe new audio code fails to build when sounds support is in a loadablemodule but the GPU driver is built-in:x86_64-linux-ld: zynqmp_dp_audio.c:(.text+0x6a8): undefined reference to `devm_snd_soc_register_card&apos;x86_64-linux-ld: drivers/gpu/drm/xlnx/zynqmp_dp_audio.o:(.rodata+0x1bc): undefined reference to `snd_soc_info_volsw&apos;x86_64-linux-ld: drivers/gpu/drm/xlnx/zynqmp_dp_audio.o:(.rodata+0x1f0): undefined reference to `snd_soc_get_volsw&apos;x86_64-linux-ld: drivers/gpu/drm/xlnx/zynqmp_dp_audio.o:(.rodata+0x1f4): undefined reference to `snd_soc_put_volsw&apos;Change the Kconfig dependency to disallow the sound support in thisconfiguration.Fixes: 3ec5c1579305 (&quot;drm: xlnx: zynqmp_dpsub: Add DP audio support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ideasonboard.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250227132036.1136600-1-arnd@kernel.org

            List of files:
            /linux/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Thu, 27 Feb 2025 14:20:32 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3ec5c15793051c9fe102ed0674c7925a56205385 - drm: xlnx: zynqmp_dpsub: Add DP audio support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#3ec5c15793051c9fe102ed0674c7925a56205385</link>
        <description>drm: xlnx: zynqmp_dpsub: Add DP audio supportAdd basic DisplayPort audio support.Support non-live audio playback from two PCMs (DMA channels), and thevolume control in the audio mixer.As older dtb files may not have the audio DMA channels defined, thedriver will just mark the audio support as disabled if the audio DMA ismissing, and will continue with only display support.Note: Reset doesn&apos;t seem to work (ZYNQMP_DISP_AUD_SOFT_RESET). If we doa reset, audio playback won&apos;t start again even if, afaics, we do set upall the necessary registers. So, at the moment, resetting the audioblock in dp_dai_hw_free() is commented out.Tested-by: Anatoliy Klymenko &lt;anatoliy.klymenko@amd.com&gt;Reviewed-by: Vishal Sagar &lt;vishal.sagar@amd.com&gt;Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ideasonboard.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241023-xilinx-dp-audio-v4-3-5128881457be@ideasonboard.com

            List of files:
            /linux/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Wed, 23 Oct 2024 13:52:43 +0200</pubDate>
        <dc:creator>Tomi Valkeinen &lt;tomi.valkeinen@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>c08810e97a67db13c8cabc6dfbdb07b4ce9a8423 - drm/xlnx: Run DRM default client setup</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#c08810e97a67db13c8cabc6dfbdb07b4ce9a8423</link>
        <description>drm/xlnx: 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_SELECTIONv2:- use drm_client_setup_with_fourcc()Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Cc: Tomi Valkeinen &lt;tomi.valkeinen@ideasonboard.com&gt;Cc: Michal Simek &lt;michal.simek@amd.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-48-tzimmermann@suse.de

            List of files:
            /linux/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 09:12:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9da7ec9b19d8c1ad4f44e459fa5f93ad7a117dcd - drm/bridge-connector: move to DRM_DISPLAY_HELPER module</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#9da7ec9b19d8c1ad4f44e459fa5f93ad7a117dcd</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/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Tue, 03 Sep 2024 04:01:57 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>4a83c26a1d8702c516db77fc4423ae896ee904f1 - drm/gem: rename GEM CMA helpers to GEM DMA helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#4a83c26a1d8702c516db77fc4423ae896ee904f1</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/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Tue, 02 Aug 2022 02:04:03 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>1e0f66420b13fdd45754be0f15220a9185d59aa4 - drm/display: Introduce a DRM display-helper module</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#1e0f66420b13fdd45754be0f15220a9185d59aa4</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/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Thu, 21 Apr 2022 09:31:03 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>adb9d5a2cc77e8aefe98fe4c11656c5b7025c248 - drm/dp: Move DisplayPort helpers into separate helper module</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#adb9d5a2cc77e8aefe98fe4c11656c5b7025c248</link>
        <description>drm/dp: Move DisplayPort helpers into separate helper moduleMove DisplayPort functions into a separate module to reduce the sizeof the KMS helpers. Select DRM_DP_HELPER for all users of the code. Toavoid naming conflicts, rename drm_dp_helper.c to drm_dp.cThis change can help to reduce the size of the kernel binary. Somenumbers from a x86-64 test build:Before:	drm_kms_helper.ko:	447480 bytesAfter:	drm_dp_helper.ko:	216632 bytes	drm_kms_helper.ko:	239424 bytesFor early-boot graphics, generic DRM drivers, such as simpledrm,require DRM KMS helpers to be built into the kernel. Generic helperfunctions for DisplayPort take up a significant portion of DRM KMShelper library. These functions are not used by generic drivers andcan be loaded as a module.v3:	* fix include statement in DRM selftestsv2:	* move DP helper code into dp/ (Jani)Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Lyude Paul &lt;lyude@redhat.com&gt;Acked-by: Daniel Vetter &lt;daniel@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220114114535.29157-4-tzimmermann@suse.de

            List of files:
            /linux/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Fri, 14 Jan 2022 12:45:33 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>09717af7d13d63df141ae6e71686289989d17efd - drm: Remove CONFIG_DRM_KMS_CMA_HELPER option</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#09717af7d13d63df141ae6e71686289989d17efd</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/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Sat, 06 Nov 2021 20:35:09 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>97271c7ee1cfb2c3fcc951e4031ffabb7c33f5b1 - drm: xlnx: zynqmp_dpsub: Update dependencies for ZynqMP DP</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#97271c7ee1cfb2c3fcc951e4031ffabb7c33f5b1</link>
        <description>drm: xlnx: zynqmp_dpsub: Update dependencies for ZynqMP DPZynqMP DP requires the ZynqMP PHY and DPDMA to operate properly. Sodepend on both the PHY and DPDMA.Signed-off-by: Dylan Yip &lt;dylan.yip@xilinx.com&gt;Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Thu, 18 Feb 2021 21:31:22 +0100</pubDate>
        <dc:creator>Dylan Yip &lt;dylan.yip@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>3e8b2403545efd46c6347002e27eae4708205fd4 - drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependency</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#3e8b2403545efd46c6347002e27eae4708205fd4</link>
        <description>drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependencyThe dpsub driver uses the DMA engine API, and thus selects DMA_ENGINE toprovide that API. DMA_ENGINE depends on DMADEVICES, which can bedeselected by the user, creating a possibly unmet indirect dependency:WARNING: unmet direct dependencies detected for DMA_ENGINE  Depends on [n]: DMADEVICES [=n]  Selected by [m]:  - DRM_ZYNQMP_DPSUB [=m] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; (ARCH_ZYNQMP || COMPILE_TEST [=y]) &amp;&amp; COMMON_CLK [=y] &amp;&amp; DRM [=m] &amp;&amp; OF [=y]Add a dependency on DMADEVICES to fix this.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;

            List of files:
            /linux/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Wed, 29 Jul 2020 00:23:32 +0200</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>d76271d22694e874ed70791702db9252ffe96a4c - drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort Subsystem</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xlnx/Kconfig#d76271d22694e874ed70791702db9252ffe96a4c</link>
        <description>drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort SubsystemThe Xilinx ZynqMP SoC has a hardened display pipeline named DisplayPortSubsystem. It includes a buffer manager, a video pipeline renderer(blender), an audio mixer and a DisplayPort source controller(transmitter). The DMA engine the provide data to the buffer manager, aswell as the DisplayPort PHYs that drive the lanes, are external to thesubsystem and interfaced using the DMA engine and PHY APIs respectively.This driver supports the DisplayPort Subsystem and implements- Two planes, for graphics and video- One CRTC that supports alpha blending- One encoder for the DisplayPort transmitter- One connector for an external monitorIt currently doesn&apos;t support- Color keying- Test pattern generation- Audio- Live input from the Programmable Logic (FPGA)- Output to the Programmable Logic (FPGA)Signed-off-by: Hyun Kwon &lt;hyun.kwon@xilinx.com&gt;Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Sun, 08 Jul 2018 04:05:34 +0200</pubDate>
        <dc:creator>Hyun Kwon &lt;hyun.kwon@xilinx.com&gt;</dc:creator>
    </item>
</channel>
</rss>
