<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/gpu/drm/ci, branch v6.16</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v6.16</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v6.16'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2025-05-04T16:20:28Z</updated>
<entry>
<title>drm/ci: uprev mesa</title>
<updated>2025-05-04T16:20:28Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-03-28T11:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=07a5ebfe04b179b535e3a4cd38722671d87565d4'/>
<id>urn:sha1:07a5ebfe04b179b535e3a4cd38722671d87565d4</id>
<content type='text'>
The current s3cp implementation does not work anymore after the
migration, and instead of fixing it and propagating the fix down to us,
it's simpler to directly use curl. Uprev mesa [1][2] to adapt these
changes. Also replace broken s3cp command with a curl wrapper call in
drm-ci.

[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34120
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34244

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Patchwork: https://patchwork.freedesktop.org/patch/645597/
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>drm/ci: arm64.config: mediatek: enable PHY drivers</title>
<updated>2025-03-25T10:59:58Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-03-14T08:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1bb2864b71ed3cf411e1b612af7a06dda45674ff'/>
<id>urn:sha1:1bb2864b71ed3cf411e1b612af7a06dda45674ff</id>
<content type='text'>
The mediatek display driver fails to probe on mt8173-elm-hana and
mt8183-kukui-jacuzzi-juniper-sku16 in v6.14-rc4 due to missing PHY
configurations.

Enable the following PHY drivers for MediaTek platforms:
- CONFIG_PHY_MTK_HDMI=y for HDMI display
- CONFIG_PHY_MTK_MIPI_DSI=y for DSI display

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Link: https://lore.kernel.org/r/20250314085858.39328-4-vignesh.raman@collabora.com
</content>
</entry>
<entry>
<title>drm/ci: uprev IGT</title>
<updated>2025-03-25T10:59:52Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-03-14T08:58:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8be48c4f0cca68297676395d43420867be023056'/>
<id>urn:sha1:8be48c4f0cca68297676395d43420867be023056</id>
<content type='text'>
Uprev IGT to the latest version and update expectation files.

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Link: https://lore.kernel.org/r/20250314085858.39328-3-vignesh.raman@collabora.com
</content>
</entry>
<entry>
<title>drm/ci: uprev mesa</title>
<updated>2025-03-25T10:59:51Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-03-14T08:58:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a8bd38e04a05fef74fb7644ed389662e59a18cd7'/>
<id>urn:sha1:a8bd38e04a05fef74fb7644ed389662e59a18cd7</id>
<content type='text'>
LAVA was recently patched [1] with a fix on how parameters are parsed in
`lava-test-case`, so we don't need to repeat quotes to send the
arguments properly to it. Uprev mesa to fix this issue.

[1] https://gitlab.com/lava/lava/-/commit/18c9cf79

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Acked-by: Daniel Stone &lt;daniels@collabora.com&gt;
Link: https://lore.kernel.org/r/20250314085858.39328-2-vignesh.raman@collabora.com
</content>
</entry>
<entry>
<title>drm/ci: fix merge request rules</title>
<updated>2025-03-12T17:29:00Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-02-28T13:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=10646ddac2917b31c985ceff0e4982c42a9c924b'/>
<id>urn:sha1:10646ddac2917b31c985ceff0e4982c42a9c924b</id>
<content type='text'>
Merge request pipelines were only created when changes
were made to drivers/gpu/drm/ci/, causing MRs that
didn't touch this path to break. Fix MR pipeline rules
to trigger jobs for all changes.

Run jobs automatically for marge-bot and scheduled
pipelines, but in all other cases run manually. Also
remove CI_PROJECT_NAMESPACE checks specific to mesa.

Fixes: df54f04f2020 ("drm/ci: update gitlab rules")
Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Signed-off-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20250228132620.556079-1-vignesh.raman@collabora.com
</content>
</entry>
<entry>
<title>drm/ci: enable lockdep detection</title>
<updated>2025-03-12T02:46:31Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-02-17T05:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=27b6bce72c7721449d924ef987aa835daf015f26'/>
<id>urn:sha1:27b6bce72c7721449d924ef987aa835daf015f26</id>
<content type='text'>
We have enabled PROVE_LOCKING (which enables LOCKDEP) in drm-ci.
This will output warnings when kernel locking errors are encountered
and will continue executing tests. To detect if lockdep has been
triggered, check the debug_locks value in /proc/lockdep_stats after
the tests have run. When debug_locks is 0, it indicates that lockdep
has detected issues and turned itself off. Check this value, and if
lockdep is detected, exit with an error and configure it as a warning
in GitLab CI.

GitLab CI ignores exit codes other than 1 by default. Pass the correct
exit code with variable FF_USE_NEW_BASH_EVAL_STRATEGY set to true or
exit on failure.

Also update the documentation.

Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20250217053719.442644-4-vignesh.raman@collabora.com
Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
</content>
</entry>
<entry>
<title>drm/ci: enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH</title>
<updated>2025-03-12T02:46:31Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-02-17T05:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7948fd1b8ea57791a3d5eaf5320ebcea56748d79'/>
<id>urn:sha1:7948fd1b8ea57791a3d5eaf5320ebcea56748d79</id>
<content type='text'>
Enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH for mutex
slowpath debugging.

Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20250217053719.442644-3-vignesh.raman@collabora.com
Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
</content>
</entry>
<entry>
<title>drm/ci: refactor software-driver stage jobs</title>
<updated>2025-03-12T02:46:31Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-02-17T05:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=afb7a1d669b7c3f7c0f1678299377d88b57a48f8'/>
<id>urn:sha1:afb7a1d669b7c3f7c0f1678299377d88b57a48f8</id>
<content type='text'>
Move common job configuration for software-driver
stage jobs to separate job.

Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20250217053719.442644-2-vignesh.raman@collabora.com
Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
</content>
</entry>
<entry>
<title>drm/ci: update expectation files</title>
<updated>2025-02-05T13:10:51Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-02-05T08:16:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c5d82ed17eeaad79460e402da7ae58a9e37d8f94'/>
<id>urn:sha1:c5d82ed17eeaad79460e402da7ae58a9e37d8f94</id>
<content type='text'>
Update expectation files for the mesa uprev.

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Signed-off-by: Helen Koike &lt;helen.koike@collabora.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20250205081652.1928927-4-vignesh.raman@collabora.com
</content>
</entry>
<entry>
<title>drm/ci: update gitlab rules</title>
<updated>2025-02-05T13:10:50Z</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-02-05T08:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=df54f04f2020dd750d7c2d6c336ef91375d0db02'/>
<id>urn:sha1:df54f04f2020dd750d7c2d6c336ef91375d0db02</id>
<content type='text'>
Update gitlab rules to include scheduled pipelines.

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Signed-off-by: Helen Koike &lt;helen.koike@collabora.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20250205081652.1928927-3-vignesh.raman@collabora.com
</content>
</entry>
</feed>
