<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>820ccf8c - drm/amd/display: Respect user&apos;s CONFIG_FRAME_WARN more for dml files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#820ccf8c</link>
        <description>drm/amd/display: Respect user&apos;s CONFIG_FRAME_WARN more for dml filesCurrently, there are several files in drm/amd/display that aim to have ahigher -Wframe-larger-than value to avoid instances of that warning witha lower value from the user&apos;s configuration. However, with the way thatit is currently implemented, it does not respect the user&apos;s request viaCONFIG_FRAME_WARN for a higher stack frame limit, which can cause painwhen new instances of the warning appear and break the build due toCONFIG_WERROR.Adjust the logic to switch from a hard coded -Wframe-larger-than valueto only using the value as a minimum clamp and deferring to therequested value from CONFIG_FRAME_WARN if it is higher.Suggested-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Reported-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Closes: https://lore.kernel.org/2025013003-audience-opposing-7f95@gregkh/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/dc/dml/Makefile</description>
        <pubDate>Fri, 31 Jan 2025 22:31:19 +0000</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>07cd40a0 - drm/amd/display: Add missing DCN314 to the DML Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#07cd40a0</link>
        <description>drm/amd/display: Add missing DCN314 to the DML MakefileInclude display_mode_vba_314 and display_rq_dlg_calc_314 to the dmlMakefile.Acked-by: Tom Chung &lt;chiahsuan.chung@amd.com&gt;Signed-off-by: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Signed-off-by: Wayne Lin &lt;wayne.lin@amd.com&gt;Tested-by: Daniel Wheeler &lt;daniel.wheeler@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;(cherry picked from commit 089525632d40bbfa507f224c20563529b3f8a4b3)

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile</description>
        <pubDate>Wed, 24 Jul 2024 15:29:13 +0000</pubDate>
        <dc:creator>Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>08952563 - drm/amd/display: Add missing DCN314 to the DML Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#08952563</link>
        <description>drm/amd/display: Add missing DCN314 to the DML MakefileInclude display_mode_vba_314 and display_rq_dlg_calc_314 to the dmlMakefile.Acked-by: Tom Chung &lt;chiahsuan.chung@amd.com&gt;Signed-off-by: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Signed-off-by: Wayne Lin &lt;wayne.lin@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/dc/dml/Makefile</description>
        <pubDate>Wed, 24 Jul 2024 15:29:13 +0000</pubDate>
        <dc:creator>Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>00c39110 - drm/amd/display: Add misc DC changes for DCN401</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#00c39110</link>
        <description>drm/amd/display: Add misc DC changes for DCN401Add miscellaneous changes to enable DCN401 initSigned-off-by: Aurabindo Pillai &lt;aurabindo.pillai@amd.com&gt;Acked-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/dc/dml/Makefile</description>
        <pubDate>Wed, 20 Mar 2024 17:56:16 +0000</pubDate>
        <dc:creator>Aurabindo Pillai &lt;aurabindo.pillai@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/dc/dml/Makefile#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/dc/dml/Makefile</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>06a990b6 - drm/amd/display: only use hard-float, not altivec on powerpc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#06a990b6</link>
        <description>drm/amd/display: only use hard-float, not altivec on powerpcThe compiler flags enable altivec, but that is not required; hard-float issufficient for the code to build and function.Drop altivec from the compiler flags and adjust the enable/disable code toonly enable FPU use.Link: https://lkml.kernel.org/r/20240329072441.591471-13-samuel.holland@sifive.comSigned-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Samuel Holland &lt;samuel.holland@sifive.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&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: Christoph Hellwig &lt;hch@lst.de&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: 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/dc/dml/Makefile</description>
        <pubDate>Fri, 29 Mar 2024 07:18:27 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>2728e9c7 - drm/amd/display: add DC changes for DCN351</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#2728e9c7</link>
        <description>drm/amd/display: add DC changes for DCN351Add DC support for DCN 3.5.1.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/dc/dml/Makefile</description>
        <pubDate>Fri, 23 Feb 2024 14:40:25 +0000</pubDate>
        <dc:creator>Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e63e35f0 - drm/amd/display: Increase frame-larger-than for all display_mode_vba files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#e63e35f0</link>
        <description>drm/amd/display: Increase frame-larger-than for all display_mode_vba filesAfter a recent change in LLVM, allmodconfig (which has CONFIG_KCSAN=yand CONFIG_WERROR=y enabled) has a few new instances of-Wframe-larger-than for the mode support and system configurationfunctions:  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_mode_vba_20v2.c:3393:6: error: stack frame size (2144) exceeds limit (2048) in &apos;dml20v2_ModeSupportAndSystemConfigurationFull&apos; [-Werror,-Wframe-larger-than]   3393 | void dml20v2_ModeSupportAndSystemConfigurationFull(struct display_mode_lib *mode_lib)        |      ^  1 error generated.  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn21/display_mode_vba_21.c:3520:6: error: stack frame size (2192) exceeds limit (2048) in &apos;dml21_ModeSupportAndSystemConfigurationFull&apos; [-Werror,-Wframe-larger-than]   3520 | void dml21_ModeSupportAndSystemConfigurationFull(struct display_mode_lib *mode_lib)        |      ^  1 error generated.  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_mode_vba_20.c:3286:6: error: stack frame size (2128) exceeds limit (2048) in &apos;dml20_ModeSupportAndSystemConfigurationFull&apos; [-Werror,-Wframe-larger-than]   3286 | void dml20_ModeSupportAndSystemConfigurationFull(struct display_mode_lib *mode_lib)        |      ^  1 error generated.Without the sanitizers enabled, there are no warnings.This was the catalyst for commit 6740ec97bcdb (&quot;drm/amd/display:Increase frame warning limit with KASAN or KCSAN in dml2&quot;) and that samechange was made to dml in commit 5b750b22530f (&quot;drm/amd/display:Increase frame warning limit with KASAN or KCSAN in dml&quot;) but theframe_warn_flag variable was not applied to all files. Do so now toclear up the warnings and make all these files consistent.Cc: stable@vger.kernel.orgCloses: https://github.com/ClangBuiltLinux/linux/issue/1990Signed-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/dc/dml/Makefile</description>
        <pubDate>Mon, 05 Feb 2024 21:54:05 +0000</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>321036db - drm/amd/display: Increase frame-larger-than for all display_mode_vba files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#321036db</link>
        <description>drm/amd/display: Increase frame-larger-than for all display_mode_vba filesAfter a recent change in LLVM, allmodconfig (which has CONFIG_KCSAN=yand CONFIG_WERROR=y enabled) has a few new instances of-Wframe-larger-than for the mode support and system configurationfunctions:  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_mode_vba_20v2.c:3393:6: error: stack frame size (2144) exceeds limit (2048) in &apos;dml20v2_ModeSupportAndSystemConfigurationFull&apos; [-Werror,-Wframe-larger-than]   3393 | void dml20v2_ModeSupportAndSystemConfigurationFull(struct display_mode_lib *mode_lib)        |      ^  1 error generated.  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn21/display_mode_vba_21.c:3520:6: error: stack frame size (2192) exceeds limit (2048) in &apos;dml21_ModeSupportAndSystemConfigurationFull&apos; [-Werror,-Wframe-larger-than]   3520 | void dml21_ModeSupportAndSystemConfigurationFull(struct display_mode_lib *mode_lib)        |      ^  1 error generated.  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_mode_vba_20.c:3286:6: error: stack frame size (2128) exceeds limit (2048) in &apos;dml20_ModeSupportAndSystemConfigurationFull&apos; [-Werror,-Wframe-larger-than]   3286 | void dml20_ModeSupportAndSystemConfigurationFull(struct display_mode_lib *mode_lib)        |      ^  1 error generated.Without the sanitizers enabled, there are no warnings.This was the catalyst for commit 6740ec97bcdb (&quot;drm/amd/display:Increase frame warning limit with KASAN or KCSAN in dml2&quot;) and that samechange was made to dml in commit 5b750b22530f (&quot;drm/amd/display:Increase frame warning limit with KASAN or KCSAN in dml&quot;) but theframe_warn_flag variable was not applied to all files. Do so now toclear up the warnings and make all these files consistent.Cc: stable@vger.kernel.orgCloses: https://github.com/ClangBuiltLinux/linux/issue/1990Signed-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/dc/dml/Makefile</description>
        <pubDate>Mon, 05 Feb 2024 21:54:05 +0000</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5b750b22 - drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#5b750b22</link>
        <description>drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dmlDoes the same thing as:commit 6740ec97bcdb (&quot;drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml2&quot;)Reviewed-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202311302107.hUDXVyWT-lkp@intel.com/Fixes: 67e38874b85b (&quot;drm/amd/display: Increase num voltage states to 40&quot;)Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: Alvin Lee &lt;alvin.lee2@amd.com&gt;Cc: Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;Cc: Samson Tam &lt;samson.tam@amd.com&gt;Cc: Harry Wentland &lt;harry.wentland@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile</description>
        <pubDate>Thu, 30 Nov 2023 22:34:07 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>72ada860 - drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#72ada860</link>
        <description>drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dmlDoes the same thing as:commit 6740ec97bcdb (&quot;drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml2&quot;)Reviewed-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202311302107.hUDXVyWT-lkp@intel.com/Fixes: 67e38874b85b (&quot;drm/amd/display: Increase num voltage states to 40&quot;)Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: Alvin Lee &lt;alvin.lee2@amd.com&gt;Cc: Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;Cc: Samson Tam &lt;samson.tam@amd.com&gt;Cc: Harry Wentland &lt;harry.wentland@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile</description>
        <pubDate>Thu, 30 Nov 2023 22:34:07 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>a2719f91 - drm/amd/display: Move bw_fixed from DML folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#a2719f91</link>
        <description>drm/amd/display: Move bw_fixed from DML folderbw_fixed does not need any FPU operation, and it is used on DCE and DCN.For this reason, this commit moves bw_fixed to the basic folder outsideDML.Reviewed-by: Qingqing Zhuo &lt;Qingqing.Zhuo@amd.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/dc/dml/Makefile</description>
        <pubDate>Tue, 03 Oct 2023 14:14:49 +0000</pubDate>
        <dc:creator>Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>13f9173a - drm/amd/display: Move custom_float from DML folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#13f9173a</link>
        <description>drm/amd/display: Move custom_float from DML folderThe custom_float file does not have any FPU operation, so it should beinside DML. This commit moves the file to the basic folder.Reviewed-by: Qingqing Zhuo &lt;Qingqing.Zhuo@amd.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/dc/dml/Makefile</description>
        <pubDate>Tue, 03 Oct 2023 14:05:56 +0000</pubDate>
        <dc:creator>Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>d310d18b - drm/amd/display: Move dce_calcs from DML folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#d310d18b</link>
        <description>drm/amd/display: Move dce_calcs from DML folderdce_calcs does not have FPU operations, and it is required for DCE andDCN. Remove this file from the DML folder and add it to the basic foldervisible for DCE and DCN.Reviewed-by: Qingqing Zhuo &lt;Qingqing.Zhuo@amd.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/dc/dml/Makefile</description>
        <pubDate>Tue, 03 Oct 2023 14:24:28 +0000</pubDate>
        <dc:creator>Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>69cc1864 - drm/amd/display: Add DCN35 DML</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#69cc1864</link>
        <description>drm/amd/display: Add DCN35 DML[Why &amp; How]Add DML handling for DCN35.Signed-off-by: Qingqing Zhuo &lt;Qingqing.Zhuo@amd.com&gt;Acked-by: Harry Wentland &lt;Harry.Wentland@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/dc/dml/Makefile</description>
        <pubDate>Thu, 03 Aug 2023 06:28:55 +0000</pubDate>
        <dc:creator>Qingqing Zhuo &lt;Qingqing.Zhuo@amd.com&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/dc/dml/Makefile#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/dc/dml/Makefile</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>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/dc/dml/Makefile#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/dc/dml/Makefile</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>7db038d9 - drm/amd/display: Do not add &apos;-mhard-float&apos; to dml_ccflags for clang</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#7db038d9</link>
        <description>drm/amd/display: Do not add &apos;-mhard-float&apos; to dml_ccflags for clangWhen clang&apos;s -Qunused-arguments is dropped from KBUILD_CPPFLAGS, itwarns:  clang-16: error: argument unused during compilation: &apos;-mhard-float&apos; [-Werror,-Wunused-command-line-argument]Similar to commit 84edc2eff827 (&quot;selftest/fpu: avoid clang warning&quot;),just add this flag to GCC builds. Commit 0f0727d971f6 (&quot;drm/amd/display:readd -msse2 to prevent Clang from emitting libcalls to undefined SW FProutines&quot;) added &apos;-msse2&apos; to prevent clang from emitting softwarefloating point routines.Signed-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Tested-by: Linux Kernel Functional Testing &lt;lkft@linaro.org&gt;Tested-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile</description>
        <pubDate>Thu, 12 Jan 2023 03:05:09 +0000</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@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/dc/dml/Makefile#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/dc/dml/Makefile</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>8a70b2d8 - drm/amd/display: Increase frame size limit for display_mode_vba_util_32.o</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/Makefile#8a70b2d8</link>
        <description>drm/amd/display: Increase frame size limit for display_mode_vba_util_32.oBuilding 32-bit images may fail with the following error.drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_util_32.c:	In function &#8216;dml32_UseMinimumDCFCLK&#8217;:drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_util_32.c:3142:1:	error: the frame size of 1096 bytes is larger than 1024 bytesThis is seen when building i386:allmodconfig with any of the followingcompilers.	gcc (Debian 12.2.0-3) 12.2.0	gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0The problem is not seen if the compiler supports GCC_PLUGIN_LATENT_ENTROPYbecause in that case CONFIG_FRAME_WARN is already set to 2048 even for32-bit builds.dml32_UseMinimumDCFCLK() was introduced with commit dda4fb85e433(&quot;drm/amd/display: DML changes for DCN32/321&quot;). It declares a largenumber of local variables. Increase the frame size for the affectedfile to 2048, similar to other files in the same directory, to enable32-bit build tests with affected compilers.Fixes: dda4fb85e433 (&quot;drm/amd/display: DML changes for DCN32/321&quot;)Cc: Aurabindo Pillai &lt;aurabindo.pillai@amd.com&gt;Reported-by: &#321;ukasz Bartosik &lt;ukaszb@google.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/dc/dml/Makefile</description>
        <pubDate>Thu, 13 Oct 2022 18:25:23 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
</channel>
</rss>
