<?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>92d5d2a0 - drm/amdgpu: Introduce funcs for populating CPER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#92d5d2a0</link>
        <description>drm/amdgpu: Introduce funcs for populating CPERIntroduce utility functions designed to assistin populating CPER records.v2: call cper_init/fini in device_ip_init/fini.Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Tao Zhou &lt;tao.zhou1@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Fri, 24 Jan 2025 15:37:33 +0000</pubDate>
        <dc:creator>Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>346492f3 - drm/amdgpu: Add VCN_5_0_1 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#346492f3</link>
        <description>drm/amdgpu: Add VCN_5_0_1 supportAdd vcn support for VCN_5_0_1v2: rebase, squash in fixes (Alex)Signed-off-by: Sonny Jiang &lt;sonjiang@amd.com&gt;Acked-by: Leo Liu &lt;leo.liu@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Sat, 12 Oct 2024 22:55:23 +0000</pubDate>
        <dc:creator>Sonny Jiang &lt;sonjiang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b8f57b69 - drm/amdgpu: Add JPEG5_0_1 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#b8f57b69</link>
        <description>drm/amdgpu: Add JPEG5_0_1 supportadd support for JPEG5_0_1v2: squash in updates, rebase on IP instance changesSigned-off-by: Sathishkumar S &lt;sathishkumar.sundararaju@amd.com&gt;Reviewed-by: Sonny Jiang &lt;sonny.jiang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Fri, 09 Aug 2024 09:53:04 +0000</pubDate>
        <dc:creator>Sathishkumar S &lt;sathishkumar.sundararaju@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>33f1aa21 - drm/amdgpu: Add umc v8_14 ras functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#33f1aa21</link>
        <description>drm/amdgpu: Add umc v8_14 ras functionsAdd umc v8_14 ras functions.Signed-off-by: Candice Li &lt;candice.li@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Fri, 26 Apr 2024 10:56:57 +0000</pubDate>
        <dc:creator>Candice Li &lt;candice.li@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>0df8ef6e - drm/amdgpu: drop redundant W=1 warnings from Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#0df8ef6e</link>
        <description>drm/amdgpu: drop redundant W=1 warnings from MakefileSince commit a61ddb4393ad (&quot;drm: enable (most) W=1 warnings by defaultacross the subsystem&quot;), most of the extra warnings in the driverMakefile are redundant. Remove them.Note that -Wmissing-declarations and -Wmissing-prototypes are alwaysenabled by default in scripts/Makefile.extrawarn.Reviewed-by: Hamza Mahfooz &lt;hamza.mahfooz@amd.com&gt;Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&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/amdgpu/Makefile</description>
        <pubDate>Thu, 23 May 2024 13:37:07 +0000</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>73048bda - drm/amdgpu: Fix atomics on GFX12</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#73048bda</link>
        <description>drm/amdgpu: Fix atomics on GFX12If PCIe supports atomics, configure register to prevent DF frombreaking atomics in separate load/store operations.Signed-off-by: David Belanger &lt;david.belanger@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;(cherry picked from commit 666f14cab21b17ccc1bdfe1e82458aa429b3b7e0)

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Mon, 10 Jun 2024 20:38:55 +0000</pubDate>
        <dc:creator>David Belanger &lt;david.belanger@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>666f14ca - drm/amdgpu: Fix atomics on GFX12</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#666f14ca</link>
        <description>drm/amdgpu: Fix atomics on GFX12If PCIe supports atomics, configure register to prevent DF frombreaking atomics in separate load/store operations.Signed-off-by: David Belanger &lt;david.belanger@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Mon, 10 Jun 2024 20:38:55 +0000</pubDate>
        <dc:creator>David Belanger &lt;david.belanger@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>05bafe95 - drm/amd/amdgpu: Add ISP4.1.0 and ISP4.1.1 modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#05bafe95</link>
        <description>drm/amd/amdgpu: Add ISP4.1.0 and ISP4.1.1 modulesAdd independent IP centric modules for ISP4.1.0 and ISP4.1.1 hw blocks.Reviewed-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Signed-off-by: Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Fri, 17 May 2024 04:39:48 +0000</pubDate>
        <dc:creator>Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>8930b90b - drm/amdgpu: fix Kconfig for ISP v2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#8930b90b</link>
        <description>drm/amdgpu: fix Kconfig for ISP v2Add new config option and set proper dependencies for ISP.v2: add missed guards, drop separate KconfigReviewed-by: Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 14 May 2024 20:45:45 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>8fcbfd53 - drm/amd/amdgpu: Add ISP driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#8fcbfd53</link>
        <description>drm/amd/amdgpu: Add ISP driver supportAdd the isp driver in amdgpu to support ISP device on the APUs thatsupports ISP IP block. ISP hw block is used for camera front-end, preand post processing operations.Reviewed-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Signed-off-by: Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Thu, 02 May 2024 22:54:05 +0000</pubDate>
        <dc:creator>Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>f2a1fbdd - drm/amdgpu: drop MES 10.1 support v3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#f2a1fbdd</link>
        <description>drm/amdgpu: drop MES 10.1 support v3It was an enablement vehicle for MES 11 and was neverproductized.  Remove it.v2: drop additional checks in the GFX10 code.v3: drop mes_api_def.hAcked-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Reviewed-by: Harish Kasiviswanathan &lt;Harish.Kasiviswanathan@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Thu, 02 May 2024 20:50:39 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>90e4fc83 - drm/amdkfd: Added gfx_v12_kfd2kgd interface for GFX12.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#90e4fc83</link>
        <description>drm/amdkfd: Added gfx_v12_kfd2kgd interface for GFX12.Initial implementation, based on GFX11.v2: Removed functions not needed by cp scheduler.v3: Fixed typos.v4: squash in warning fix (Alex)Signed-off-by: David Belanger &lt;david.belanger@amd.com&gt;Acked-by: Jonathan Kim &lt;jonathan.kim@amd.com&gt;Reviewed-by: Harish Kasiviswanathan &lt;Harish.Kasiviswanathan@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Mon, 29 May 2023 17:23:08 +0000</pubDate>
        <dc:creator>David Belanger &lt;david.belanger@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>32d16376 - drm/amd/amdgpu: imu fw loading support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#32d16376</link>
        <description>drm/amd/amdgpu: imu fw loading supportsupport imu related function for gfx v12.Signed-off-by: Kenneth Feng &lt;kenneth.feng@amd.com&gt;Signed-off-by: Likun Gao &lt;Likun.Gao@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 20 Jun 2023 07:07:25 +0000</pubDate>
        <dc:creator>Kenneth Feng &lt;kenneth.feng@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>52cb80c1 - drm/amdgpu: Add gfx v12_0 ip block support (v6)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#52cb80c1</link>
        <description>drm/amdgpu: Add gfx v12_0 ip block support (v6)Initial support for GFX 12.v1: Add gfx v12_0 ip block support. (Likun)v2: Switch to gfx.kiq array.    Move the vmhub from ring callback to ring. (Hawking)v3: Update various callback function impl. (Hawking)v4: Warning fixes (Alex)v5: squash in imu fix, csb, rlc autoload implementations (Alex)v6: Rebase (Alex)Signed-off-by: Likun Gao &lt;Likun.Gao@amd.com&gt;Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 14:13:42 +0000</pubDate>
        <dc:creator>Likun Gao &lt;Likun.Gao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>785f0f9f - drm/amdgpu: Add mes v12_0 ip block support (v4)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#785f0f9f</link>
        <description>drm/amdgpu: Add mes v12_0 ip block support (v4)v1: Add mes v12_0 ip block support. (Jack)v2: Switch to gfx.kiq array. (Hawking)v3: Switch to AMDGPU_GFXHUB(0). (Hawking)v4: Rebase (Alex)Signed-off-by: Jack Xiao &lt;Jack.Xiao@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 14:23:34 +0000</pubDate>
        <dc:creator>Jack Xiao &lt;Jack.Xiao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b412351e - drm/amdgpu: Add sdma v7_0 ip block support (v7)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#b412351e</link>
        <description>drm/amdgpu: Add sdma v7_0 ip block support (v7)v1: Add sdma v7_0 ip block support. (Likun)v2: Move vmhub from ring_funcs to ring. (Hawking)v3: Switch to AMDGPU_GFXHUB(0). (Hawking)v4: Move microcode init into early_init. (Likun)v5: Fix warnings (Alex)v6: Squash in various fixes (Alex)v7: Rebase (Alex)v8: Rebase (Alex)Signed-off-by: Likun Gao &lt;Likun.Gao@amd.com&gt;Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 14:33:37 +0000</pubDate>
        <dc:creator>Likun Gao &lt;Likun.Gao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>075b44aa - drm/amdgpu: Add gmc v12_0 ip block support (v7)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#075b44aa</link>
        <description>drm/amdgpu: Add gmc v12_0 ip block support (v7)Add initial support for GMC v12.v1: Add gmc v12_0 ip block support.v2: Switch to gfx.kiq array.v3: Switch to vmhubs_mask.v4: Switch to AMDGPU_MMHUB0(0) and AMDGPU_GFXHUB(0)v5: Rebase (Alex)v6: Squash in fixes for AGP handling, gfxhub init order,    vmhub index (Alex)v7: Rebase (Alex)v8: squash in ecc fix (Alex)Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Likun Gao &lt;Likun.Gao@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 14:03:55 +0000</pubDate>
        <dc:creator>Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>47677629 - drm/amdgpu: Add gfxhub v12_0 ip block support (v3)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#47677629</link>
        <description>drm/amdgpu: Add gfxhub v12_0 ip block support (v3)Add initial gfxhub v12 support.v1: Add gfxhub v12_0 ip block support (Likun)v2: Switch to AMDGPU_GFXHUB(0) (Hawking)v3: Squash in keep default error response mode (Hawking)Signed-off-by: Likun Gao &lt;Likun.Gao@amd.com&gt;Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 13:52:36 +0000</pubDate>
        <dc:creator>Likun Gao &lt;Likun.Gao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>8e9f1575 - drm/amdgpu: Add mmhub v4_1_0 ip block support (v4)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#8e9f1575</link>
        <description>drm/amdgpu: Add mmhub v4_1_0 ip block support (v4)Add initial support for MMHUB 4.1.0.v1: Add mmhub v4_1_0 ip block support.v2: Switch to AMDGPU_MMHUB0(0).v3: squash in fix for ip version check (Alex)v4: squash in vm_contexts_disable fix (Alex)Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Likun Gao &lt;Likun.Gao@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 13:58:48 +0000</pubDate>
        <dc:creator>Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>98b912c5 - drm/amdgpu: Add soc24 common ip block (v2)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile#98b912c5</link>
        <description>drm/amdgpu: Add soc24 common ip block (v2)Add initial soc24 support.v1: Add soc24 common ip block.v2: Switch to new select_se_sh/enter_safe_mode    interface.v3: squash in correct ext rev id, etc. (Alex)Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Likun Gao &lt;Likun.Gao@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdgpu/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 13:46:50 +0000</pubDate>
        <dc:creator>Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
