<?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>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/basics/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/basics/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/basics/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/basics/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/basics/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/basics/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>a871afc8 - drm/amd/dc: Kill dc_conn_log_hex_linux()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/basics/Makefile#a871afc8</link>
        <description>drm/amd/dc: Kill dc_conn_log_hex_linux()DRM already supports tracing DPCD transactions, there&apos;s no reason forthe existence of this function. Also, it prints one byte per-line whichis way too loud. So, just remove it.Reviewed-by: Nicholas Kazlauskas &lt;nicholas.kazlauskas@amd.com&gt;Signed-off-by: Lyude Paul &lt;lyude@redhat.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/basics/Makefile</description>
        <pubDate>Tue, 31 Mar 2020 21:22:24 +0000</pubDate>
        <dc:creator>Lyude Paul &lt;lyude@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>78c77382 - drm/amd/display: cleanup of function pointer tables</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/basics/Makefile#78c77382</link>
        <description>drm/amd/display: cleanup of function pointer tables[Why]It is becoming increasingly hard to figure out whichfunction is called on the different DCN versions[How]1. Make function pointer table init in its own init.c file2. Remove other scenarios in hwseq.c file that need toinclude headers of other DCN versions. (If needed,it should have been done via the function pointers)Signed-off-by: Anthony Koo &lt;Anthony.Koo@amd.com&gt;Reviewed-by: Aric Cyr &lt;Aric.Cyr@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/basics/Makefile</description>
        <pubDate>Tue, 29 Oct 2019 19:05:56 +0000</pubDate>
        <dc:creator>Anthony Koo &lt;Anthony.Koo@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e1cb3e48 - drm/amd/display: Convert remaining loggers off dc_logger</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/basics/Makefile#e1cb3e48</link>
        <description>drm/amd/display: Convert remaining loggers off dc_logger- Removed dal/dm/dc loggers from linux, switched to kernel prints- Modified functions that used these directly to use macros- dc_logger support is completely dropped from LinuxSigned-off-by: Nicholas Kazlauskas &lt;nicholas.kazlauskas@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/basics/Makefile</description>
        <pubDate>Tue, 19 Jun 2018 13:58:24 +0000</pubDate>
        <dc:creator>Nicholas Kazlauskas &lt;nicholas.kazlauskas@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>eb0e5154 - drm/amd/display: get rid of 32.32 unsigned fixed point</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/basics/Makefile#eb0e5154</link>
        <description>drm/amd/display: get rid of 32.32 unsigned fixed point32.32 is redundant, 31.32 does everything we use 32.32 forSigned-off-by: Dmytro Laktyushkin &lt;Dmytro.Laktyushkin@amd.com&gt;Reviewed-by: Tony Cheng &lt;Tony.Cheng@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/basics/Makefile</description>
        <pubDate>Wed, 18 Apr 2018 15:37:53 +0000</pubDate>
        <dc:creator>Dmytro Laktyushkin &lt;Dmytro.Laktyushkin@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>aff10cfe - drm/amd/display: Remove grph_object_id.c and move function to bios_parser</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/basics/Makefile#aff10cfe</link>
        <description>drm/amd/display: Remove grph_object_id.c and move function to bios_parserSigned-off-by: Harry Wentland &lt;harry.wentland@amd.com&gt;Reviewed-by: Jordan Lazare &lt;Jordan.Lazare@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/basics/Makefile</description>
        <pubDate>Thu, 23 Nov 2017 15:31:50 +0000</pubDate>
        <dc:creator>Harry Wentland &lt;harry.wentland@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/basics/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/basics/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/basics/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/basics/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>69e3fdaa - amdgpu/dc: inline all the signal_types code.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/basics/Makefile#69e3fdaa</link>
        <description>amdgpu/dc: inline all the signal_types code.This is worth 300 bytes, and one less source file.Signed-off-by: Dave Airlie &lt;airlied@redhat.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/basics/Makefile</description>
        <pubDate>Fri, 29 Sep 2017 07:13:28 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>2a099884 - drm/amd/display: drop register logger and pid/tgid getters</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/basics/Makefile#2a099884</link>
        <description>drm/amd/display: drop register logger and pid/tgid gettersWhile I&apos;m sure this is useful I think we should bring it back later.It&apos;s usage of pid/tgid is incorrect, you have to get/putpid/tgids not store them away.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;Reviewed-by: Tony Cheng &lt;Tony.Cheng@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/basics/Makefile</description>
        <pubDate>Tue, 13 Dec 2016 06:41:07 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4562236b - drm/amd/dc: Add dc display driver (v2)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/display/dc/basics/Makefile#4562236b</link>
        <description>drm/amd/dc: Add dc display driver (v2)Supported DCE versions: 8.0, 10.0, 11.0, 11.2v2: rebase against 4.11Signed-off-by: Harry Wentland &lt;harry.wentland@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/basics/Makefile</description>
        <pubDate>Tue, 12 Sep 2017 19:58:20 +0000</pubDate>
        <dc:creator>Harry Wentland &lt;harry.wentland@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
