<?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>73d934d7 - drm/tests: Add test for drm_atomic_helper_commit_modeset_disables()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#73d934d7</link>
        <description>drm/tests: Add test for drm_atomic_helper_commit_modeset_disables()Add a subtest to check that modeset is called when the connector ischangedSigned-off-by: Jessica Zhang &lt;quic_jesszhan@quicinc.com&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Reviewed-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241211-abhinavk-modeset-fix-v3-2-0de4bf3e7c32@quicinc.comSigned-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Wed, 11 Dec 2024 21:18:43 +0000</pubDate>
        <dc:creator>Jessica Zhang &lt;quic_jesszhan@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>eb66d34d - drm/tests: Add output bpc tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#eb66d34d</link>
        <description>drm/tests: Add output bpc testsNow that we&apos;re tracking the output bpc count in the connector state,let&apos;s add a few tests to make sure it works as expected.Reviewed-by: Dave Stevenson &lt;dave.stevenson@raspberrypi.com&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Tested-by: Sui Jingfeng &lt;sui.jingfeng@linux.dev&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240527-kms-hdmi-connector-state-v15-6-c5af16c3aae2@kernel.orgSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Mon, 27 May 2024 13:57:55 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>93032ae6 - drm/test: add a test suite for GEM objects backed by shmem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#93032ae6</link>
        <description>drm/test: add a test suite for GEM objects backed by shmemThis patch introduces an initial KUnit test suite for GEM objectsbacked by shmem buffers.Suggested-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Marco Pagani &lt;marpagan@redhat.com&gt;v5:- using __drm_kunit_helper_alloc_drm_device() to avoid local structv4:- Add missing MMU dependency for DRM_GEM_SHMEM_HELPER (kernel test robot)v3:- Explicitly cast pointers in the helpers- Removed unused pointer to parent dev in struct fake_dev- Test entries reordering in Kconfig and Makefile sent as a separate patchv2:- Improved description of test cases- Cleaner error handling using KUnit actions- Alphabetical order in Kconfig and MakefileSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231130171417.74162-1-marpagan@redhat.com

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 30 Nov 2023 17:14:16 +0000</pubDate>
        <dc:creator>Marco Pagani &lt;marpagan@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f740f031 - drm/test: rearrange test entries in Kconfig and Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#f740f031</link>
        <description>drm/test: rearrange test entries in Kconfig and MakefileRearrange entries in Kconfig and Makefile alphabetically to make roomfor additional KUnit test suites.Signed-off-by: Marco Pagani &lt;marpagan@redhat.com&gt;Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231115103537.220760-1-marpagan@redhat.com

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 10:35:36 +0000</pubDate>
        <dc:creator>Marco Pagani &lt;marpagan@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9710631c - drm: add drm_exec selftests v4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#9710631c</link>
        <description>drm: add drm_exec selftests v4Exercise at least all driver facing functions of this new component.v2: add array test as wellv3: some kunit cleanupsv4: more tests and cleanupsSigned-off-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230711133122.3710-3-christian.koenig@amd.com

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Wed, 13 Apr 2022 14:09:00 +0000</pubDate>
        <dc:creator>Christian K&#246;nig &lt;christian.koenig@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>523dfa96 - drm/tests: reduce drm_mm_test stack usage</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#523dfa96</link>
        <description>drm/tests: reduce drm_mm_test stack usageThe check_reserve_boundaries function uses a lot of kernel stack,and it gets inlined by clang, which makes __drm_test_mm_reserveuse even more of it, to the point of hitting the warning limit:drivers/gpu/drm/tests/drm_mm_test.c:344:12: error: stack frame size (1048) exceeds limit (1024) in &apos;__drm_test_mm_reserve&apos; [-Werror,-Wframe-larger-than]When building with gcc, this does not happen, but the structleakplugin can similarly increase the stack usage and needs to bedisabled, as we do for all other kunit users.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;Reviewed-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Signed-off-by: Ma&#237;ra Canal &lt;mairacanal@riseup.net&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20221215163511.266214-1-arnd@kernel.org

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 15 Dec 2022 16:34:49 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>4adf5944 - drm/tests: Add a test for DRM managed actions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#4adf5944</link>
        <description>drm/tests: Add a test for DRM managed actionsDRM-managed actions are supposed to be ran whenever the device isreleased. Let&apos;s introduce a basic unit test to make sure it happens.Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Reviewed-by: Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;Link: https://lore.kernel.org/r/20221123-rpi-kunit-tests-v3-12-4615a663a84a@cerno.techSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 01 Dec 2022 15:11:43 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>b85be042 - drm/tests: Introduce a config option for the KUnit helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#b85be042</link>
        <description>drm/tests: Introduce a config option for the KUnit helpersDriver-specific tests will need access to the helpers without pullingevery DRM framework test. Let&apos;s create an intermediate Kconfig optionsfor the helpers.Suggested-by: Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;Reviewed-by: Ma&#237;ra Canal &lt;mcanal@igalia.com&gt;Link: https://lore.kernel.org/r/20221123-rpi-kunit-tests-v3-2-4615a663a84a@cerno.techSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 01 Dec 2022 15:11:33 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>1e4a91db - drm/probe-helper: Provide a TV get_modes helper</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#1e4a91db</link>
        <description>drm/probe-helper: Provide a TV get_modes helperMost of the TV connectors will need a similar get_modes implementationthat will, depending on the drivers&apos; capabilities, register the 480i and576i modes.That implementation will also need to set the preferred flag and orderthe modes based on the driver and users preferrence.This is especially important to guarantee that a userspace stack such asXorg can start and pick up the preferred mode while maintaining aworking output.Signed-off-by: Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;Tested-by: Mateusz Kwiatkowski &lt;kfyatek+publicgit@gmail.com&gt;Acked-in-principle-or-something-like-that-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v10-12-256dad125326@cerno.techSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 17 Nov 2022 09:28:55 +0000</pubDate>
        <dc:creator>Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;</dc:creator>
    </item>
<item>
        <title>d4613e3e - drm/connector: Add a function to lookup a TV mode by its name</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#d4613e3e</link>
        <description>drm/connector: Add a function to lookup a TV mode by its nameAs part of the command line parsing rework coming in the next patches,we&apos;ll need to lookup drm_connector_tv_mode values by their name, alreadydefined in drm_tv_mode_enum_list.In order to avoid any code duplication, let&apos;s do a function that willperform a lookup of a TV mode name and return its value.Reviewed-by: Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;Tested-by: Mateusz Kwiatkowski &lt;kfyatek+publicgit@gmail.com&gt;Acked-in-principle-or-something-like-that-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v10-7-256dad125326@cerno.techSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 17 Nov 2022 09:28:50 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>4fcd2385 - drm/modes: Add a function to generate analog display modes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#4fcd2385</link>
        <description>drm/modes: Add a function to generate analog display modesMultiple drivers (meson, vc4, sun4i) define analog TV 525-lines and625-lines modes in their drivers.Since those modes are fairly standard, and that we&apos;ll need to use themin more places in the future, it makes sense to move their definitioninto the core framework.However, analog display usually have fairly loose timings requirements,the only discrete parameters being the total number of lines and pixelclock frequency. Thus, we created a function that will create a displaymode from the standard, the pixel frequency and the active area.Tested-by: Mateusz Kwiatkowski &lt;kfyatek+publicgit@gmail.com&gt;Acked-in-principle-or-something-like-that-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v10-6-256dad125326@cerno.techSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 17 Nov 2022 09:28:49 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>44a39283 - drm/tests: Add Kunit Helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#44a39283</link>
        <description>drm/tests: Add Kunit HelpersAs the number of kunit tests in KMS grows further, we start to havemultiple test suites that, for example, need to register a mock DRMdriver to interact with the KMS function they are supposed to test.Let&apos;s add a file meant to provide those kind of helpers to avoidduplication.Reviewed-by: Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;Tested-by: Mateusz Kwiatkowski &lt;kfyatek+publicgit@gmail.com&gt;Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v9-2-24b168e5bcd5@cerno.techSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Mon, 14 Nov 2022 13:00:21 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>542bbaa7 - drm/tests: Order Kunit tests in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#542bbaa7</link>
        <description>drm/tests: Order Kunit tests in MakefileSince we&apos;ve recently added a ton of tests, the list starts to be a bitof a mess and creates unneeded conflicts.Let&apos;s order it alphabetically.Acked-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Noralf Tr&#248;nnes &lt;noralf@tronnes.org&gt;Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v4-2-60d38873f782@cerno.techSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Thu, 29 Sep 2022 16:30:56 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>fc8d29e2 - drm: selftest: convert drm_mm selftest to KUnit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#fc8d29e2</link>
        <description>drm: selftest: convert drm_mm selftest to KUnitConsidering the current adoption of the KUnit framework, convert theDRM mm selftest to the KUnit API.Signed-off-by: Arthur Grillo &lt;arthur.grillo@usp.br&gt;Tested-by: David Gow &lt;davidgow@google.com&gt;Acked-by: Daniel Latypov &lt;dlatypov@google.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-10-maira.canal@usp.br

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Fri, 08 Jul 2022 20:30:52 +0000</pubDate>
        <dc:creator>Arthur Grillo &lt;arthur.grillo@usp.br&gt;</dc:creator>
    </item>
<item>
        <title>932da861 - drm: selftest: convert drm_buddy selftest to KUnit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#932da861</link>
        <description>drm: selftest: convert drm_buddy selftest to KUnitConsidering the current adoption of the KUnit framework, convert theDRM buddy selftest to the KUnit API.Tested-by: David Gow &lt;davidgow@google.com&gt;Acked-by: Daniel Latypov &lt;dlatypov@google.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-9-maira.canal@usp.br

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Fri, 08 Jul 2022 20:30:51 +0000</pubDate>
        <dc:creator>Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;</dc:creator>
    </item>
<item>
        <title>9eb11f52 - drm: selftest: convert drm_framebuffer selftest to KUnit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#9eb11f52</link>
        <description>drm: selftest: convert drm_framebuffer selftest to KUnitConsidering the current adoption of the KUnit framework, convert theDRM framebuffer selftest to the KUnit API.Tested-by: David Gow &lt;davidgow@google.com&gt;Acked-by: Daniel Latypov &lt;dlatypov@google.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-8-maira.canal@usp.br

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Fri, 08 Jul 2022 20:30:50 +0000</pubDate>
        <dc:creator>Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;</dc:creator>
    </item>
<item>
        <title>848b3c0b - drm: selftest: convert drm_dp_mst_helper selftest to KUnit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#848b3c0b</link>
        <description>drm: selftest: convert drm_dp_mst_helper selftest to KUnitConsidering the current adoption of the KUnit framework, convert theDRM DP MST helper selftest to the KUnit API.Co-developed-by: Rubens Gomes Neto &lt;rubens.gomes.neto@usp.br&gt;Signed-off-by: Rubens Gomes Neto &lt;rubens.gomes.neto@usp.br&gt;Tested-by: David Gow &lt;davidgow@google.com&gt;Acked-by: Daniel Latypov &lt;dlatypov@google.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-7-maira.canal@usp.br

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Fri, 08 Jul 2022 20:30:49 +0000</pubDate>
        <dc:creator>Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;</dc:creator>
    </item>
<item>
        <title>913b1e7c - drm: selftest: convert drm_plane_helper selftest to KUnit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#913b1e7c</link>
        <description>drm: selftest: convert drm_plane_helper selftest to KUnitConsidering the current adoption of the KUnit framework, convert theDRM plane helper selftest to the KUnit API.Co-developed-by: Djakson C. G. Filho &lt;djakson.filho@gmail.com&gt;Signed-off-by: Djakson C. G. Filho &lt;djakson.filho@gmail.com&gt;Co-developed-by: Anderson Fraga &lt;aaafraga@gmail.com&gt;Signed-off-by: Anderson Fraga &lt;aaafraga@gmail.com&gt;Tested-by: David Gow &lt;davidgow@google.com&gt;Acked-by: Daniel Latypov &lt;dlatypov@google.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-6-maira.canal@usp.br

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Fri, 08 Jul 2022 20:30:48 +0000</pubDate>
        <dc:creator>Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;</dc:creator>
    </item>
<item>
        <title>0421bb0b - drm: selftest: convert drm_format selftest to KUnit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#0421bb0b</link>
        <description>drm: selftest: convert drm_format selftest to KUnitConsidering the current adoption of the KUnit framework, convert theDRM format selftest to the KUnit API.Tested-by: David Gow &lt;davidgow@google.com&gt;Acked-by: Daniel Latypov &lt;dlatypov@google.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-5-maira.canal@usp.br

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Fri, 08 Jul 2022 20:30:47 +0000</pubDate>
        <dc:creator>Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;</dc:creator>
    </item>
<item>
        <title>93de485c - drm: selftest: convert drm_rect selftest to KUnit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/tests/Makefile#93de485c</link>
        <description>drm: selftest: convert drm_rect selftest to KUnitConsidering the current adoption of the KUnit framework, convert theDRM rect selftest to the KUnit API.Co-developed-by: Carlos Veras &lt;carlos.craveiro@usp.br&gt;Signed-off-by: Carlos Veras &lt;carlos.craveiro@usp.br&gt;Co-developed-by: Matheus Vieira &lt;matheus.vieira.g@usp.br&gt;Signed-off-by: Matheus Vieira &lt;matheus.vieira.g@usp.br&gt;Tested-by: David Gow &lt;davidgow@google.com&gt;Acked-by: Daniel Latypov &lt;dlatypov@google.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-4-maira.canal@usp.br

            List of files:
            /linux-6.15/drivers/gpu/drm/tests/Makefile</description>
        <pubDate>Fri, 08 Jul 2022 20:30:46 +0000</pubDate>
        <dc:creator>Ma&#237;ra Canal &lt;maira.canal@usp.br&gt;</dc:creator>
    </item>
</channel>
</rss>
