<?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>3ec5c157 - drm: xlnx: zynqmp_dpsub: Add DP audio support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xlnx/Kconfig#3ec5c157</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-6.15/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Wed, 23 Oct 2024 11:52:43 +0000</pubDate>
        <dc:creator>Tomi Valkeinen &lt;tomi.valkeinen@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>c08810e9 - drm/xlnx: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xlnx/Kconfig#c08810e9</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-6.15/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:12:45 +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/xlnx/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/xlnx/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>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/xlnx/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/xlnx/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/xlnx/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/xlnx/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>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/xlnx/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/xlnx/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/xlnx/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/xlnx/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>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/xlnx/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/xlnx/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>1e0f6642 - drm/display: Introduce a DRM display-helper module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xlnx/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/xlnx/Kconfig</description>
        <pubDate>Thu, 21 Apr 2022 07:31:03 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>adb9d5a2 - drm/dp: Move DisplayPort helpers into separate helper module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xlnx/Kconfig#adb9d5a2</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-6.15/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Fri, 14 Jan 2022 11:45:33 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&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/xlnx/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/xlnx/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>97271c7e - drm: xlnx: zynqmp_dpsub: Update dependencies for ZynqMP DP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xlnx/Kconfig#97271c7e</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-6.15/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Thu, 18 Feb 2021 20:31:22 +0000</pubDate>
        <dc:creator>Dylan Yip &lt;dylan.yip@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>3e8b2403 - drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xlnx/Kconfig#3e8b2403</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-6.15/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Tue, 28 Jul 2020 22:23:32 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>d76271d2 - drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort Subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/xlnx/Kconfig#d76271d2</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-6.15/drivers/gpu/drm/xlnx/Kconfig</description>
        <pubDate>Sun, 08 Jul 2018 02:05:34 +0000</pubDate>
        <dc:creator>Hyun Kwon &lt;hyun.kwon@xilinx.com&gt;</dc:creator>
    </item>
</channel>
</rss>
