<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>4eadf3fe47602706f7b85bdf05ef60ddad8de0c2 - drm/sched: Move run queue related code into a separate file</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#4eadf3fe47602706f7b85bdf05ef60ddad8de0c2</link>
        <description>drm/sched: Move run queue related code into a separate fileLets move all the code dealing with struct drm_sched_rq into a separatecompilation unit. Advantage being sched_main.c is left with a clearer setof responsibilities.Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@igalia.com&gt;Cc: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Cc: Danilo Krummrich &lt;dakr@kernel.org&gt;Cc: Matthew Brost &lt;matthew.brost@intel.com&gt;Cc: Philipp Stanner &lt;phasta@kernel.org&gt;Reviewed-by: Matthew Brost &lt;matthew.brost@intel.com&gt; # v1Acked-by: Danilo Krummrich &lt;dakr@kernel.org&gt;Tested-by: Vitaly Prosyak &lt;vitaly.prosyak@amd.com&gt;Signed-off-by: Philipp Stanner &lt;phasta@kernel.org&gt;Link: https://patch.msgid.link/20260417103744.76020-4-tvrtko.ursulin@igalia.com

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Fri, 17 Apr 2026 12:37:18 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@igalia.com&gt;</dc:creator>
    </item>
<item>
        <title>5a99350794fec11faaed8a4b36a6931e696f672f - drm/sched: Add scheduler unit testing infrastructure and some basic tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#5a99350794fec11faaed8a4b36a6931e696f672f</link>
        <description>drm/sched: Add scheduler unit testing infrastructure and some basic testsImplement a mock scheduler backend and add some basic test to exercise thecore scheduler code paths.Mock backend (kind of like a very simple mock GPU) can either process jobsby tests manually advancing the &quot;timeline&quot; job at a time, or alternativelyjobs can be configured with a time duration in which case they getcompleted asynchronously from the unit test code.Core scheduler classes are subclassed to support this mock implementation.The tests added are just a few simple submission patterns.Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@igalia.com&gt;Suggested-by: Philipp Stanner &lt;phasta@kernel.org&gt;Cc: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Cc: Danilo Krummrich &lt;dakr@kernel.org&gt;Cc: Matthew Brost &lt;matthew.brost@intel.com&gt;Cc: Philipp Stanner &lt;phasta@kernel.org&gt;Acked-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Philipp Stanner &lt;phasta@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250324092633.49746-3-tvrtko.ursulin@igalia.com

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Mon, 24 Mar 2025 10:26:29 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@igalia.com&gt;</dc:creator>
    </item>
<item>
        <title>23f67981fd92859a156fc7d2e41f98d826f68a6c - drm/scheduler: rename gpu_scheduler.c to sched_main.c</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#23f67981fd92859a156fc7d2e41f98d826f68a6c</link>
        <description>drm/scheduler: rename gpu_scheduler.c to sched_main.cBetter match the naming of the other components.Signed-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Reviewed-by: Huang Rui &lt;ray.huang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Mon, 06 Aug 2018 15:01:45 +0200</pubDate>
        <dc:creator>Christian K&#246;nig &lt;christian.koenig@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>620e762f9a984fc3f77cd6f757581a21605ce125 - drm/scheduler: move entity handling into separate file</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#620e762f9a984fc3f77cd6f757581a21605ce125</link>
        <description>drm/scheduler: move entity handling into separate fileThis is complex enough on it&apos;s own. Move it into a separate C file.Signed-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Reviewed-by: Huang Rui &lt;ray.huang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Mon, 06 Aug 2018 14:25:32 +0200</pubDate>
        <dc:creator>Christian K&#246;nig &lt;christian.koenig@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>ba7f47831ebdad141791be53a51049d6771156cd - drm/sched: remove unneeded -Iinclude/drm compiler flag</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#ba7f47831ebdad141791be53a51049d6771156cd</link>
        <description>drm/sched: remove unneeded -Iinclude/drm compiler flagI refactored the include directives under include/drm/ some time ago.This flag is unneeded.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Acked-by: Nayan Deshmukh &lt;nayan26deshmukh@gmail.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Fri, 06 Jul 2018 07:12:11 +0200</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>8205f8840f753a36038ae76023ceab32e0e43934 - drm/scheduler: add license to the Makefile</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#8205f8840f753a36038ae76023ceab32e0e43934</link>
        <description>drm/scheduler: add license to the MakefileWas missing before.Reviewed-by: Chunming Zhou &lt;david1.zhou@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/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Wed, 06 Dec 2017 20:52:08 +0100</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>1b1f42d8fde4fef1ed7873bf5aa91755f8c3de35 - drm: move amd_gpu_scheduler into common location</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/scheduler/Makefile#1b1f42d8fde4fef1ed7873bf5aa91755f8c3de35</link>
        <description>drm: move amd_gpu_scheduler into common locationThis moves and renames the AMDGPU scheduler to a common location in DRMin order to facilitate re-use by other drivers. This is mostly a straightforward rename with no code changes.One notable exception is the function to_drm_sched_fence(), which is nolonger a inline header function to avoid the need to export thedrm_sched_fence_ops_scheduled and drm_sched_fence_ops_finished structures.Reviewed-by: Chunming Zhou &lt;david1.zhou@amd.com&gt;Tested-by: Dieter N&#252;tzel &lt;Dieter@nuetzel-hh.de&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Signed-off-by: Lucas Stach &lt;l.stach@pengutronix.de&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/drivers/gpu/drm/scheduler/Makefile</description>
        <pubDate>Wed, 06 Dec 2017 17:49:39 +0100</pubDate>
        <dc:creator>Lucas Stach &lt;l.stach@pengutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
