<?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>32d618e9 - drm/ttm/tests: Add tests with mock resource managers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ttm/tests/Makefile#32d618e9</link>
        <description>drm/ttm/tests: Add tests with mock resource managersAdd mock resource manager to test ttm_bo_validate() with non-systemplacements. Update KConfig entry to enable DRM Buddy allocator, usedby the mock manager. Update move function to do more than just assigna resource.Signed-off-by: Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;Tested-by: Somalapuram, Amaranath &lt;asomalap@amd.com&gt;Reviewed-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;Signed-off-by: Arunpravin Paneer Selvam &lt;Arunpravin.PaneerSelvam@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/664791dbb7cbada29e705d2fcaf176023f1b8649.1718192625.git.karolina.stolarek@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/ttm/tests/Makefile</description>
        <pubDate>Wed, 12 Jun 2024 12:03:00 +0000</pubDate>
        <dc:creator>Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8bd1ff5d - drm/ttm/tests: Test simple BO creation and validation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ttm/tests/Makefile#8bd1ff5d</link>
        <description>drm/ttm/tests: Test simple BO creation and validationAdd tests for ttm_bo_init_reserved() and ttm_bo_validate() that usesys manager. Define a simple move function in ttm_device_funcs. Exposedestroy callback of the buffer object to make testing ofttm_bo_init_reserved() behaviour easier.Signed-off-by: Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;Reviewed-by: Matthew Auld &lt;matthew.auld@intel.com&gt;Reviewed-by: Somalapuram, Amaranath &lt;asomalap@amd.com&gt;Tested-by: Somalapuram, Amaranath &lt;asomalap@amd.com&gt;Signed-off-by: Arunpravin Paneer Selvam &lt;Arunpravin.PaneerSelvam@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/ffba0d62eb98b2cbc61ae7ca90fee7dc0855719c.1718192625.git.karolina.stolarek@intel.com

            List of files:
            /linux-6.15/drivers/gpu/drm/ttm/tests/Makefile</description>
        <pubDate>Wed, 12 Jun 2024 12:02:59 +0000</pubDate>
        <dc:creator>Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>995279d2 - drm/ttm/tests: Add tests for ttm_bo functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ttm/tests/Makefile#995279d2</link>
        <description>drm/ttm/tests: Add tests for ttm_bo functionsTest reservation and release of TTM buffer objects. Add tests to checkpin and unpin operations.Signed-off-by: Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;Tested-by: Amaranath Somalapuram &lt;Amaranath.Somalapuram@amd.com&gt;Reviewed-by: Andi Shyti &lt;andi.shyti@linux.intel.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/fcd53970f55ae4be8c738e03f9fcf45366d20b47.1701257386.git.karolina.stolarek@intel.comSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/ttm/tests/Makefile</description>
        <pubDate>Wed, 29 Nov 2023 12:02:29 +0000</pubDate>
        <dc:creator>Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e6f7c641 - drm/ttm/tests: Add tests for ttm_tt</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ttm/tests/Makefile#e6f7c641</link>
        <description>drm/ttm/tests: Add tests for ttm_ttTest initialization, creation and destruction of ttm_tt instances.Export ttm_tt_destroy and ttm_tt_create symbols for testing purposes.Signed-off-by: Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Tested-by: Amaranath Somalapuram &lt;Amaranath.Somalapuram@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/4459cb89c666bfa377753ae18d0c8917131638e8.1701257386.git.karolina.stolarek@intel.comSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/ttm/tests/Makefile</description>
        <pubDate>Wed, 29 Nov 2023 12:02:28 +0000</pubDate>
        <dc:creator>Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9afc1e0a - drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ttm/tests/Makefile#9afc1e0a</link>
        <description>drm/ttm/tests: Add tests for ttm_resource and ttm_sys_manTest initialization of ttm_resource using different memory domains.Add tests for a system memory manager and functions that can betested without a fully-featured resource manager. Updatettm_bo_kunit_init() to initialize BO&apos;s kref and a genuine GEM drmobject. Export ttm_resource_alloc for test purposes only.Signed-off-by: Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;Tested-by: Amaranath Somalapuram &lt;Amaranath.Somalapuram@amd.com&gt;Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/68b8b293b6bf5f1170d49a1a089ccce9172e2855.1701257386.git.karolina.stolarek@intel.comSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/ttm/tests/Makefile</description>
        <pubDate>Wed, 29 Nov 2023 12:02:27 +0000</pubDate>
        <dc:creator>Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>20404204 - drm/ttm/tests: Add tests for ttm_pool</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ttm/tests/Makefile#20404204</link>
        <description>drm/ttm/tests: Add tests for ttm_poolAdd KUnit tests that exercise page allocation using page poolsand freeing pages, either by returning them to the pool orfreeing them. Add a basic test for ttm_pool cleanup. Introducehelpers to create a dummy ttm_buffer_object.Signed-off-by: Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/427ea373357d0b6cb376c9d7ebc33c930bf1d28a.1691487006.git.karolina.stolarek@intel.comSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/ttm/tests/Makefile</description>
        <pubDate>Tue, 08 Aug 2023 09:51:14 +0000</pubDate>
        <dc:creator>Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e3912d09 - drm/ttm: Introduce KUnit test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/ttm/tests/Makefile#e3912d09</link>
        <description>drm/ttm: Introduce KUnit testAdd the initial version of unit tests for ttm_device struct, togetherwith helper functions.Signed-off-by: Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/3d1cc45c8a0cf536b92a850e0025f6c555de0169.1691487006.git.karolina.stolarek@intel.comSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/ttm/tests/Makefile</description>
        <pubDate>Tue, 08 Aug 2023 09:51:12 +0000</pubDate>
        <dc:creator>Karolina Stolarek &lt;karolina.stolarek@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
