<?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>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/gpio/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/gpio/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>58efeea3 - drm/amd/display: add GPIO changes for DCN32/321</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#58efeea3</link>
        <description>drm/amd/display: add GPIO changes for DCN32/321Add support for the GPIO changes for DCN3.2.x.Signed-off-by: Aurabindo Pillai &lt;aurabindo.pillai@amd.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@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/gpio/Makefile</description>
        <pubDate>Mon, 21 Feb 2022 21:55:55 +0000</pubDate>
        <dc:creator>Aurabindo Pillai &lt;aurabindo.pillai@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>79e03f29 - drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in gpio</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#79e03f29</link>
        <description>drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in gpio[Why &amp; How]CONFIG_DRM_AMD_DC_DCN is used by pass the compilation failures, but DCcode should be OS-agnostic.This patch fixes it by removing unnecessasry CONFIG_DRM_AMD_DC_DCNin gpio directory.Reviewed-by: Rodrigo Siqueira &lt;Rodrigo.Siqueira@amd.com&gt;Acked-by: Stylon Wang &lt;stylon.wang@amd.com&gt;Signed-off-by: Alex Hung &lt;alex.hung@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/gpio/Makefile</description>
        <pubDate>Mon, 25 Apr 2022 19:40:05 +0000</pubDate>
        <dc:creator>Alex Hung &lt;alex.hung@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b9d7eb6a - drm/amd/display: Add DCN315 GPIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#b9d7eb6a</link>
        <description>drm/amd/display: Add DCN315 GPIOAdd GPIO interfaces for DCN 3.1.5.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/gpio/Makefile</description>
        <pubDate>Fri, 18 Feb 2022 18:45:53 +0000</pubDate>
        <dc:creator>Qingqing Zhuo &lt;qingqing.zhuo@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>20f2ffe5 - drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#20f2ffe5</link>
        <description>drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Avoids confusion in configurations.v2: fix build when CONFIG_DRM_AMD_DC_DCN is disabledv3: rebase on latest codeReviewed-by: Luben Tuikov &lt;luben.tuikov@amd.com&gt; (v1)Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile</description>
        <pubDate>Mon, 02 Nov 2020 20:37:34 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b168930d - drm/amd/display: dc/gpio: add support for DCE6 (v2)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#b168930d</link>
        <description>drm/amd/display: dc/gpio: add support for DCE6 (v2)[Why]hw_factory.c requires changes for DCE6 support[How]DCE6 targets added replicating and adapting existing DCE8 implementation.(v2) changes due to following commit:    91db931 (&quot;drm/amd/display: refactor gpio to allocate hw_container in constructor&quot;)Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Signed-off-by: Mauro Rossi &lt;issor.oruam@gmail.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/gpio/Makefile</description>
        <pubDate>Sun, 29 Sep 2019 16:41:38 +0000</pubDate>
        <dc:creator>Mauro Rossi &lt;issor.oruam@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>666ed8bf - drm/amd/display: Add DCN3 GPIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#666ed8bf</link>
        <description>drm/amd/display: Add DCN3 GPIOAdd support to program GPIO HW blockSigned-off-by: Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@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/gpio/Makefile</description>
        <pubDate>Thu, 21 May 2020 16:31:21 +0000</pubDate>
        <dc:creator>Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b86a1aa3 - drm/amd/display: rename DCN1_0 kconfig to DCN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#b86a1aa3</link>
        <description>drm/amd/display: rename DCN1_0 kconfig to DCNSince dcn20 and dcn21 are under dcn1 it doesnt make sense tohave it named dcn1.Change it to &quot;dcn&quot; to make it genericSigned-off-by: Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@amd.com&gt;Reviewed-by: Alex Deucher &lt;alexander.deucher@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/gpio/Makefile</description>
        <pubDate>Wed, 06 Nov 2019 19:48:35 +0000</pubDate>
        <dc:creator>Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>aca935c7 - drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flag</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#aca935c7</link>
        <description>drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flag[Why]DCN21 is stable enough to be build by default. So drop the flags.[How]Remove them using the unifdef tool. The following commands were executedin sequence:$ find -name &apos;*.c&apos; -exec unifdef -m -DCONFIG_DRM_AMD_DC_DCN2_1 -UCONFIG_TRIM_DRM_AMD_DC_DCN2_1 &apos;{}&apos; &apos;;&apos;$ find -name &apos;*.h&apos; -exec unifdef -m -DCONFIG_DRM_AMD_DC_DCN2_1 -UCONFIG_TRIM_DRM_AMD_DC_DCN2_1 &apos;{}&apos; &apos;;&apos;In addition:* Remove from kconfig, and replace any dependencies with DCN1_0.* Remove from any makefiles.* Fix and cleanup Renoir definitions in dal_asic_id.h* Expand DCN1 ifdef to include DCN21 code in the following files:    * clk_mgr/clk_mgr.c: dc_clk_mgr_create()    * core/dc_resources.c: dc_create_resource_pool()    * gpio/hw_factory.c: dal_hw_factory_init()    * gpio/hw_translate.c: dal_hw_translate_init()Signed-off-by: Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@amd.com&gt;Reviewed-by: Alex Deucher &lt;alexander.deucher@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/gpio/Makefile</description>
        <pubDate>Wed, 06 Nov 2019 19:44:19 +0000</pubDate>
        <dc:creator>Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>1da37801 - drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#1da37801</link>
        <description>drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED[Why]DCN2 and DSC are stable enough to be build by default. So drop the flags.[How]Remove them using the unifdef tool. The following commands were executedin sequence:$ find -name &apos;*.c&apos; -exec unifdef -m -DCONFIG_DRM_AMD_DC_DSC_SUPPORT -DCONFIG_DRM_AMD_DC_DCN2_0 -UCONFIG_TRIM_DRM_AMD_DC_DCN2_0 &apos;{}&apos; &apos;;&apos;$ find -name &apos;*.h&apos; -exec unifdef -m -DCONFIG_DRM_AMD_DC_DSC_SUPPORT -DCONFIG_DRM_AMD_DC_DCN2_0 -UCONFIG_TRIM_DRM_AMD_DC_DCN2_0 &apos;{}&apos; &apos;;&apos;In addition:* Remove from kconfig, and replace any dependencies with DCN1_0.* Remove from any makefiles.* Fix and cleanup NV defninitions in dal_asic_id.h* Expand DCN1 ifdef to include DCN2 code in the following files:    * clk_mgr/clk_mgr.c: dc_clk_mgr_create()    * core/dc_resources.c: dc_create_resource_pool()    * dce/dce_dmcu.c: dcn20_*lock_phy()    * dce/dce_dmcu.c: dcn20_funcs    * dce/dce_dmcu.c: dcn20_dmcu_create()    * gpio/hw_factory.c: dal_hw_factory_init()    * gpio/hw_translate.c: dal_hw_translate_init()Signed-off-by: Leo Li &lt;sunpeng.li@amd.com&gt;Signed-off-by: Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@amd.com&gt;Reviewed-by: Alex Deucher &lt;alexander.deucher@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/gpio/Makefile</description>
        <pubDate>Wed, 06 Nov 2019 19:38:55 +0000</pubDate>
        <dc:creator>Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>64ce485c - drm/amd/display: Add Renoir GPIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#64ce485c</link>
        <description>drm/amd/display: Add Renoir GPIOMisc display related configuration details.Acked-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Signed-off-by: Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@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/gpio/Makefile</description>
        <pubDate>Fri, 26 Jul 2019 20:47:47 +0000</pubDate>
        <dc:creator>Bhawanpreet Lakha &lt;Bhawanpreet.Lakha@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>d40605b6 - drm/amd/display: Implement generic MUX registers (v2)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#d40605b6</link>
        <description>drm/amd/display: Implement generic MUX registers (v2)[Why]Logic &amp; structures for generic regs does not exist in DC currently.[How]Implement register masks/shifts and relevant functions for generic mux,similar to existing HPD and DDC objects.V2: fix includes for kalloc/free (Alex)Signed-off-by: Murton Liu &lt;murton.liu@amd.com&gt;Reviewed-by: Aric Cyr &lt;Aric.Cyr@amd.com&gt;Acked-by: Joshua Aberback &lt;Joshua.Aberback@amd.com&gt;Acked-by: Leo Li &lt;sunpeng.li@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/gpio/Makefile</description>
        <pubDate>Mon, 24 Jun 2019 15:28:06 +0000</pubDate>
        <dc:creator>Murton Liu &lt;murton.liu@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>2e35facf - drm/amd/display: Add GPIO support for DCN2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#2e35facf</link>
        <description>drm/amd/display: Add GPIO support for DCN2Adding support to program GPIO HW block of DCN2Signed-off-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/gpio/Makefile</description>
        <pubDate>Fri, 22 Feb 2019 14:45:07 +0000</pubDate>
        <dc:creator>Harry Wentland &lt;harry.wentland@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>dc37a9a0 - Revert &quot;drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#dc37a9a0</link>
        <description>Revert &quot;drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86&quot;This reverts commit 8624c3c4dbfe24fc6740687236a2e196f5f4bfb0.We need CONFIG_DRM_AMD_DC_DCN1_0 to guard code that is using fp math.Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Reviewed-by: Michel D&#228;nzer &lt;michel.daenzer@amd.com&gt;Signed-off-by: Leo (Sunpeng) Li &lt;sunpeng.li@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/gpio/Makefile</description>
        <pubDate>Thu, 16 Aug 2018 19:44:38 +0000</pubDate>
        <dc:creator>Leo (Sunpeng) Li &lt;sunpeng.li@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>48412031 - drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#48412031</link>
        <description>drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Allowing CONFIG_DRM_AMD_DC_DCN1_0 to be disabled on X86 was anopportunity for display with Raven Ridge accidentally not working.Reviewed-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Signed-off-by: Michel D&#228;nzer &lt;michel.daenzer@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/gpio/Makefile</description>
        <pubDate>Tue, 17 Jul 2018 10:37:45 +0000</pubDate>
        <dc:creator>Michel D&#228;nzer &lt;michel.daenzer@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>1a09120f - drm/amdgpu: add license to Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#1a09120f</link>
        <description>drm/amdgpu: add license to MakefilesWas missing license text.Acked-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Acked-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Acked-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/dc/gpio/Makefile</description>
        <pubDate>Fri, 01 Dec 2017 02:15:50 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e2874a3c - drm/amdgpu: add license to Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#e2874a3c</link>
        <description>drm/amdgpu: add license to MakefilesWas missing license text.Acked-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Acked-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Acked-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/dc/gpio/Makefile</description>
        <pubDate>Fri, 01 Dec 2017 02:15:50 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>ff5ef992 - drm/amdgpu/display: Enable DCN in DC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#ff5ef992</link>
        <description>drm/amdgpu/display: Enable DCN in DCEnable DCN in DC.Signed-off-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/gpio/Makefile</description>
        <pubDate>Thu, 15 Jun 2017 20:27:42 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>8fa9ca2e - drm/amd/display: Remove DCE12 guards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#8fa9ca2e</link>
        <description>drm/amd/display: Remove DCE12 guardsSigned-off-by: Jordan Lazare &lt;Jordan.Lazare@amd.com&gt;Reviewed-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/gpio/Makefile</description>
        <pubDate>Thu, 15 Jun 2017 20:21:43 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>2c8ad2d5 - drm/amd/display: Enable DCE12 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/gpio/Makefile#2c8ad2d5</link>
        <description>drm/amd/display: Enable DCE12 supportThis wires DCE12 support into DC and enables it.Signed-off-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/gpio/Makefile</description>
        <pubDate>Thu, 15 Jun 2017 20:20:24 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
