<?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>75948742 - drm/amd/display: add CEC notifier to amdgpu driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#75948742</link>
        <description>drm/amd/display: add CEC notifier to amdgpu driverThis patch adds the cec_notifier feature to amdgpu driver.The changes will allow amdgpu driver code to notify EDIDand HPD changes to an eventual CEC adapter.Signed-off-by: Kun Liu &lt;Kun.Liu2@amd.com&gt;Reviewed-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Wed, 08 Jan 2025 09:18:49 +0000</pubDate>
        <dc:creator>Kun Liu &lt;Kun.Liu2@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>4217ef9a - drm/amd/display: Allow building DC with clang on LoongArch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#4217ef9a</link>
        <description>drm/amd/display: Allow building DC with clang on LoongArchClang on LoongArch (18+) appears to be unaffected by the bug causingexcessive stack usage in calculate_bandwidth(). But when building DC_FPsupport the stack frame size can be as large as 2816 bytes, which causesthe FRAME_WARN build warnings. So on LoongArch we allow building DC withclang, but disable DC_FP by default.The help message is also updated.Tested-by: Rui Wang &lt;wangrui@loongson.cn&gt;Signed-off-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Fri, 15 Nov 2024 15:02:25 +0000</pubDate>
        <dc:creator>Huacai Chen &lt;chenhuacai@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>301daa34 - drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V with clang</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#301daa34</link>
        <description>drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V with clangCommit 77acc6b55ae4 (&quot;riscv: add support for kernel-mode FPU&quot;) andcommit a28e4b672f04 (&quot;drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORT&quot;)enabled support for CONFIG_DRM_AMD_DC_FP with RISC-V. Unfortunately,this exposed -Wframe-larger-than warnings (which become fatal withCONFIG_WERROR=y) when building ARCH=riscv allmodconfig with clang:  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_32.c:58:13: error: stack frame size (2448) exceeds limit (2048) in &apos;DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation&apos; [-Werror,-Wframe-larger-than]     58 | static void DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation(        |             ^  1 error generated.Many functions in this file use a large number of parameters, which mustbe passed on the stack at a certain pointer due to register exhaustion,which can cause high stack usage when inlining and issues with stackslot analysis get involved. While the compiler can and should do better(as GCC uses less than half the amount of stack space for the samefunction), it is not as simple as a fix as adjusting the functions notto take a large number of parameters.Unfortunately, modifying these files to avoid the problem is a difficultto justify approach because any revisions to the files in the kerneltree never make it back to the original source (so copies of the codefor newer hardware revisions just reintroduce the issue) and the filesare hard to read/modify due to being &quot;gcc-parsable HW gospel, comingstraight from HW engineers&quot;.Avoid building the problematic code for RISC-V by modifying the existingcondition for arm64 that exists for the same reason. Factor out thelogical not to make the condition a little more readable naturally.Fixes: a28e4b672f04 (&quot;drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORT&quot;)Reported-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;Closes: https://lore.kernel.org/20240530145741.7506-2-palmer@rivosinc.com/Reviewed-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Signed-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Fri, 14 Jun 2024 19:54:52 +0000</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f5d75327 - drm/amd/display: Fix invalid Copyright notice</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#f5d75327</link>
        <description>drm/amd/display: Fix invalid Copyright notice[Why &amp;&amp; How]Copyright notice failed in the Palamida scan and make changes toalign with our guidelines.Acked-by: Tom Chung &lt;chiahsuan.chung@amd.com&gt;Signed-off-by: Leo Ma &lt;hanghong.ma@amd.com&gt;Tested-by: Daniel Wheeler &lt;daniel.wheeler@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Mon, 22 Apr 2024 14:17:17 +0000</pubDate>
        <dc:creator>Leo Ma &lt;hanghong.ma@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>a28e4b67 - drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#a28e4b67</link>
        <description>drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORTNow that all previously-supported architectures selectARCH_HAS_KERNEL_FPU_SUPPORT, this code can depend on that symbol insteadof the existing list of architectures.  It can also take advantage of thecommon kernel-mode FPU API and method of adjusting CFLAGS.Link: https://lkml.kernel.org/r/20240329072441.591471-14-samuel.holland@sifive.comSigned-off-by: Samuel Holland &lt;samuel.holland@sifive.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt; Cc: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Nicolas Schier &lt;nicolas@fjasle.eu&gt;Cc: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;Cc: Russell King &lt;linux@armlinux.org.uk&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: WANG Xuerui &lt;git@xen0n.name&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Fri, 29 Mar 2024 07:18:28 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel.holland@sifive.com&gt;</dc:creator>
    </item>
<item>
        <title>6f7cd037 - drm/amd/display: Allow building DC with clang on RISC-V</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#6f7cd037</link>
        <description>drm/amd/display: Allow building DC with clang on RISC-Vclang on RISC-V appears to be unaffected by the bug causing excessivestack usage in calculate_bandwidth(). clang 16 with -fstack-usagereports a 304 byte stack frame size with CONFIG_ARCH_RV32I, and 512bytes with CONFIG_ARCH_RV64I.Reviewed-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Tested-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Signed-off-by: Samuel Holland &lt;samuel.holland@sifive.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Mon, 17 Jul 2023 22:29:23 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel.holland@sifive.com&gt;</dc:creator>
    </item>
<item>
        <title>d155cfff - drm/amdgpu: display/Kconfig: replace leading spaces with tab</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#d155cfff</link>
        <description>drm/amdgpu: display/Kconfig: replace leading spaces with tabThis patch replace the leading spaces with tab, make them keep aligned withthe rest of the config options. No functional change.Signed-off-by: Sui Jingfeng &lt;suijingfeng@loongson.cn&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Tue, 06 Jun 2023 13:33:28 +0000</pubDate>
        <dc:creator>Sui Jingfeng &lt;suijingfeng@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>9a06655e - drm/amdgpu/display: Enable DC_FP for LoongArch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#9a06655e</link>
        <description>drm/amdgpu/display: Enable DC_FP for LoongArchLoongArch now provides kernel_fpu_begin() and kernel_fpu_end() that areused like the x86 counterparts in commit 2b3bd32ea3a22ea2d (&quot;LoongArch:Provide kernel fpu functions&quot;), so we can enable DC_FP on LoongArch forsupporting more DCN devices.Signed-off-by: WANG Xuerui &lt;kernel@xen0n.name&gt;Signed-off-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;Signed-off-by: Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Mon, 08 May 2023 03:09:41 +0000</pubDate>
        <dc:creator>Huacai Chen &lt;chenhuacai@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>78f09298 - powerpc/64: Always build with 128-bit long double</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#78f09298</link>
        <description>powerpc/64: Always build with 128-bit long doubleThe amdgpu driver builds some of its code with hard-float enabled,whereas the rest of the kernel is built with soft-float.When building with 64-bit long double, if soft-float and hard-floatobjects are linked together, the build fails due to incompatible ABItags.In the past there have been build errors in the amdgpu driver caused bythis, some of those were due to bad intermingling of soft &amp; hard-floatcode, but those issues have now all been fixed since commit 58ddbecb14c7(&quot;drm/amd/display: move remaining FPU code to dml folder&quot;).However it&apos;s still possible for soft &amp; hard-float objects to end uplinked together, if the amdgpu driver is built-in to the kernel alongwith the test_emulate_step.c code, which uses soft-float. That happensin an allyesconfig build.Currently those build errors are avoided because the amdgpu driver isgated on 128-bit long double being enabled. But that&apos;s not a detail theamdgpu driver should need to be aware of, and if another driver startsusing hard-float the same problem would occur.All versions of the 64-bit ABI specify that long-double is 128-bits.However some compilers, notably the kernel.org ones, are built to use64-bit long double by default.Apart from this issue of soft vs hard-float, the kernel doesn&apos;t carewhat size long double is. In particular the kernel using 128-bit longdouble doesn&apos;t impact userspace&apos;s ability to use 64-bit long double, asmusl does.So always build the 64-bit kernel with 128-bit long double. That shouldavoid any build errors due to the incompatible ABI tags. Excluding thecode that uses soft/hard-float, the vmlinux is identical with/withoutthe flag.It does mean any code which is incorrectly intermingling soft &amp;hard-float code will build without error, so those bugs will need to becaught by testing rather than at build time.For more background see:  - commit d11219ad53dc (&quot;amdgpu: disable powerpc support for the newer display engine&quot;)  - commit c653c591789b (&quot;drm/amdgpu: Re-enable DCN for 64-bit powerpc&quot;)  - https://lore.kernel.org/r/dab9cbd8-2626-4b99-8098-31fe76397d2d@app.fastmail.comSigned-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Reviewed-by: Segher Boessenkool &lt;segher@kernel.crashing.org&gt;Link: https://msgid.link/20230404102847.3303623-1-mpe@ellerman.id.au

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Tue, 04 Apr 2023 10:28:47 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>4652ae7a - drm/amd/display: Rename DCN config to FP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#4652ae7a</link>
        <description>drm/amd/display: Rename DCN config to FP[Why &amp; How]The only reason we have the DCN config is forfloating point support. Rename it to make thatclear and (hopefully) avoid misuse of the configin the future.Reviewed-by: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Acked-by: Qingqing Zhuo &lt;qingqing.zhuo@amd.com&gt;Signed-off-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Tested-by: Daniel Wheeler &lt;daniel.wheeler@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Tue, 14 Feb 2023 19:14:49 +0000</pubDate>
        <dc:creator>Harry Wentland &lt;harry.wentland@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>1e88eb1b - drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#1e88eb1b</link>
        <description>drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCP[Why &amp; How]There is no reason we still need a config option for this.Reviewed-by: Wenjing Liu &lt;Wenjing.Liu@amd.com&gt;Acked-by: Qingqing Zhuo &lt;qingqing.zhuo@amd.com&gt;Signed-off-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Tested-by: Daniel Wheeler &lt;daniel.wheeler@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Mon, 13 Feb 2023 16:19:31 +0000</pubDate>
        <dc:creator>Harry Wentland &lt;harry.wentland@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>455ad259 - drm/amdgpu: Select DRM_DISPLAY_HDCP_HELPER in amdgpu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#455ad259</link>
        <description>drm/amdgpu: Select DRM_DISPLAY_HDCP_HELPER in amdgpuKeeps this selection with the rest of the DRM HELPERselection.Signed-off-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Reviewed-by: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Mon, 13 Feb 2023 18:17:16 +0000</pubDate>
        <dc:creator>Harry Wentland &lt;harry.wentland@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>6f6cb171 - drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frame</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#6f6cb171</link>
        <description>drm/amdgpu: temporarily disable broken Clang builds due to blown stack-framePatch series &quot;Fix a bunch of allmodconfig errors&quot;, v2.Since b339ec9c229aa (&quot;kbuild: Only default to -Werror if COMPILE_TEST&quot;)WERROR now defaults to COMPILE_TEST meaning that it&apos;s enabled forallmodconfig builds.  This leads to some interesting build failures whenusing Clang, each resolved in this set.With this set applied, I am able to obtain a successful allmodconfig Armbuild.This patch (of 2):calculate_bandwidth() is presently broken on all !(X86_64 || SPARC64 ||ARM64) architectures built with Clang (all released versions), whereby thestack frame gets blown up to well over 5k.  This would cause an immediatekernel panic on most architectures.  We&apos;ll revert this when the followingbug report has been resolved:https://github.com/llvm/llvm-project/issues/41896.Link: https://lkml.kernel.org/r/20221125120750.3537134-1-lee@kernel.orgLink: https://lkml.kernel.org/r/20221125120750.3537134-2-lee@kernel.orgSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;Suggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: &quot;Christian K&#246;nig&quot; &lt;christian.koenig@amd.com&gt;Cc: Daniel Vetter &lt;daniel@ffwll.ch&gt;Cc: David Airlie &lt;airlied@gmail.com&gt;Cc: Harry Wentland &lt;harry.wentland@amd.com&gt;Cc: Lee Jones &lt;lee@kernel.org&gt;Cc: Leo Li &lt;sunpeng.li@amd.com&gt;Cc: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;Cc: Maxime Ripard &lt;mripard@kernel.org&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Nick Desaulniers &lt;ndesaulniers@google.com&gt;Cc: &quot;Pan, Xinhui&quot; &lt;Xinhui.Pan@amd.com&gt;Cc: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Cc: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Tom Rix &lt;trix@redhat.com&gt;Cc: &lt;stable@vger.kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Fri, 25 Nov 2022 12:07:49 +0000</pubDate>
        <dc:creator>Lee Jones &lt;lee@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>79b72db6 - drm/amd/display: add DCN support for ARM64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#79b72db6</link>
        <description>drm/amd/display: add DCN support for ARM64After moving all FPU code to the DML folder, we can enable DCN supportfor the ARM64 platform. Remove the -mgeneral-regs-only CFLAG from thecode in the DML folder that needs to use hardware FPU, and add a controlmechanism for ARM Neon.Reviewed-by: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Signed-off-by: Ao Zhong &lt;hacc1225@gmail.com&gt;Signed-off-by: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Mon, 31 Oct 2022 19:37:40 +0000</pubDate>
        <dc:creator>Ao Zhong &lt;hacc1225@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>49791b98 - drm/amdgpu/display: remove unneeded &quot;default n&quot; options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#49791b98</link>
        <description>drm/amdgpu/display: remove unneeded &quot;default n&quot; optionsRemove &quot;default n&quot; options. If the &quot;default&quot; line is removed, itdefaults to &apos;n&apos;.Signed-off-by: Jingyu Wang &lt;jingyuwang_vip@163.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Fri, 09 Sep 2022 19:53:30 +0000</pubDate>
        <dc:creator>Jingyu Wang &lt;jingyuwang_vip@163.com&gt;</dc:creator>
    </item>
<item>
        <title>c653c591 - drm/amdgpu: Re-enable DCN for 64-bit powerpc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#c653c591</link>
        <description>drm/amdgpu: Re-enable DCN for 64-bit powerpcCommit d11219ad53dc (&quot;amdgpu: disable powerpc support for the newerdisplay engine&quot;) disabled the DCN driver for all of powerpc due tounresolved build failures with some compilers.Further digging shows that the build failures only occur with compilersthat default to 64-bit long double.Both the ppc64 and ppc64le ABIs define long double to be 128-bits, butthere are compilers in the wild that default to 64-bits. The compilersprovided by the major distros (Fedora, Ubuntu) default to 128-bits andare not affected by the build failure.There is a compiler flag to force 128-bit long double, which may be thecorrect long term fix, but as an interim fix only allow building the DCNdriver if long double is 128-bits by default.The bisection in commit d11219ad53dc must have gone off the rails atsome point, the build failure occurs all the way back to the originalcommit that enabled DCN support on powerpc, at least with sometoolchains.Depends-on: d11219ad53dc (&quot;amdgpu: disable powerpc support for the newer display engine&quot;)Fixes: 16a9dea110a6 (&quot;amdgpu: Enable initial DCN support on POWER&quot;)Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Reviewed-by: Dan Hor&#225;k &lt;dan@danny.cz&gt;Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2100Link: https://lore.kernel.org/r/20220725123918.1903255-1-mpe@ellerman.id.au

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Mon, 25 Jul 2022 04:37:29 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>3876a8b5 - drm/amd/display: Enable building new display engine with KCOV enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#3876a8b5</link>
        <description>drm/amd/display: Enable building new display engine with KCOV enabledThe new display engine uses floating point math, which is not supportedby KCOV. Commit 9d1d02ff3678 (&quot;drm/amd/display: Don&apos;t build DCN1 when kcovis enabled&quot;) tried to work around the problem by disablingCONFIG_DRM_AMD_DC_DCN if KCOV_INSTRUMENT_ALL and KCOV_ENABLE_COMPARISONSare enabled. The result is that KCOV can not be enabled on systems whichrequire this display engine. A much simpler and less invasive solution isto disable KCOV selectively when compiling the display enagine whilekeeping it enabled for the rest of the kernel.Fixes: 9d1d02ff3678 (&quot;drm/amd/display: Don&apos;t build DCN1 when kcov is enabled&quot;)Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Leo Li &lt;sunpeng.li@amd.com&gt;Reviewed-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Tue, 12 Jul 2022 22:42:47 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>d11219ad - amdgpu: disable powerpc support for the newer display engine</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#d11219ad</link>
        <description>amdgpu: disable powerpc support for the newer display engineThe DRM_AMD_DC_DCN display engine support (Raven, Navi, and newer) hasnot been building cleanly on powerpc and causes link errors due tomixing hard- and soft-float object files:  powerpc64-linux-ld: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/amdgpu/../display/dc/dcn31/dcn31_resource.o uses soft float  powerpc64-linux-ld: failed to merge target specific data of file drivers/gpu/drm/amd/amdgpu/../display/dc/dcn31/dcn31_resource.o  [..]and while patches are floating around, it&apos;s not exactly obvious what isgoing on.The problem bisects to commit 41b7a347bf14 (&quot;powerpc: Book3S 64-bitoutline-only KASAN support&quot;) but that is probably more about changingconfig variables than the fundamental cause.Despite the bisection result, a more directly related commit seems to be26f4712aedbd (&quot;drm/amd/display: move FPU related code from dcn31 todml/dcn31 folder&quot;).  It&apos;s probably a combination of the two.This has been going on since the merge window, without any final word.So instead of blindly applying patches that may or may not be the rightthing, let&apos;s disable this for now.As Michael Ellerman says: &quot;IIUIC this code was never enabled on ppc before, so disabling it seems  like a reasonable fix to get the build clean&quot;and once we have more actual feedback (and find any potential users) wecan always re-enable it with the patch that fixes the issues andback-port as necessary.Fixes: 41b7a347bf14 (&quot;powerpc: Book3S 64-bit outline-only KASAN support&quot;)Fixes: 26f4712aedbd (&quot;drm/amd/display: move FPU related code from dcn31 to dml/dcn31 folder&quot;)Reported-and-tested-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/all/20220606153910.GA1773067@roeck-us.net/Link: https://lore.kernel.org/all/20220618232737.2036722-1-linux@roeck-us.net/Link: https://lore.kernel.org/all/20220713050724.GA2471738@roeck-us.net/Acked-by: Michael Ellerman &lt;michael@ellerman.id.au&gt;Acked-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Wed, 13 Jul 2022 19:36:50 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6a99099f - drm/display: Move HDCP helpers into display-helper module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#6a99099f</link>
        <description>drm/display: Move HDCP helpers into display-helper moduleMove DRM&apos;s HDCP helper library into the display/ subdirectory and addit to DRM&apos;s display helpers. Split the header file into core and helpers.Update all affected drivers. No functional changes.v3:	* fix Kconfig dependenciesv2:	* 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-7-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Thu, 21 Apr 2022 07:31:06 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4702b34d - drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/Kconfig#4702b34d</link>
        <description>drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SIDepends on DRM_AMDGPU_SI and DRM_AMD_DCReviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/Kconfig</description>
        <pubDate>Fri, 01 Oct 2021 19:40:00 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
