From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: drm/ci: move qualcomm baremetal jobs to lava
Date: Thu, 12 Feb 2026 15:48:42 +1000 [thread overview]
Message-ID: <review-patch4-20260210071138.2256773-5-vignesh.raman@collabora.com> (raw)
In-Reply-To: <20260210071138.2256773-5-vignesh.raman@collabora.com>
Patch Review
**Commit:** `031c0133ee360`
Re-enables the `msm:apq8016` and `msm:apq8096` jobs (removing the dot prefix added in patch 3) and converts them from bare-metal (Google Freedreno farm) to LAVA-based jobs (Collabora farm).
Key changes:
```yaml
- DEVICE_TYPE: apq8016-sbc-usb-host
+ DEVICE_TYPE: dragonboard-410c
DRIVER_NAME: msm
- BM_DTB: https://${PIPELINE_ARTIFACTS_BASE}/arm64/${DEVICE_TYPE}.dtb
+ DTB: apq8016-sbc-usb-host
+ FARM: collabora
GPU_VERSION: apq8016
- BM_KERNEL_EXTRA_ARGS: clk_ignore_unused
- RUNNER_TAG: google-freedreno-db410c
- script:
- - ./install/bare-metal/fastboot.sh || exit $?
+ KERNEL_IMAGE_NAME: "Image.gz"
+ KERNEL_IMAGE_TYPE: ""
+ RUNNER_TAG: mesa-ci-x86-64-lava-dragonboard-410c
+ LAVA_FIRMWARE: qcom-lava
```
**Analysis:**
1. The `DEVICE_TYPE` changes from the kernel DT name (`apq8016-sbc-usb-host`) to the LAVA device name (`dragonboard-410c`), while the DTB is now specified separately via `DTB: apq8016-sbc-usb-host`. This is the correct LAVA convention.
2. The old `BM_KERNEL_EXTRA_ARGS: clk_ignore_unused` for apq8016 is dropped. The commit message doesn't mention whether this is still needed under LAVA. The original comment said "disabling unused clocks congests with the MDSS runtime PM trying to disable those clocks and causes boot to fail." If this issue still exists, it would manifest as boot failures in CI, which would be caught immediately. Given this has been tested (pipeline link in cover letter), this is presumably no longer needed or handled differently.
3. The old `BM_KERNEL_EXTRA_ARGS: maxcpus=2` for apq8096 is also dropped. Same reasoning applies.
4. `CONFIG_QCOM_SPMI_VADC=y` is added to `arm64.config`, which is needed for the apq8016 board to function under LAVA.
5. Both jobs get `parallel: 3` and `LAVA_FIRMWARE: qcom-lava`.
6. New expected failures added: `core_setmaster@master-drop-set-user,Fail` and `msm/msm_mapping@memptrs,Fail` for both boards, plus cursor legacy failures for apq8016.
**Verdict:** Clean conversion from bare-metal to LAVA. The dropped kernel args are the only point worth noting, but given the series has been tested in CI, this is acceptable.
---
---
Generated by Claude Code Patch Reviewer
next prev parent reply other threads:[~2026-02-12 5:48 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-10 7:11 [PATCH v2 0/5] drm/ci: add new jobs, uprev IGT and mesa Vignesh Raman
2026-02-10 7:11 ` [PATCH v2 1/5] drm/ci: reduce sm8350-hdk parallel jobs from 4 to 2 Vignesh Raman
2026-02-12 5:48 ` Claude review: " Claude Code Review Bot
2026-02-10 7:11 ` [PATCH v2 2/5] drm/ci: i915: cml: update runner tag Vignesh Raman
2026-02-12 5:48 ` Claude review: " Claude Code Review Bot
2026-02-10 7:11 ` [PATCH v2 3/5] drm/ci: uprev mesa Vignesh Raman
2026-02-10 21:07 ` Dmitry Baryshkov
2026-02-12 5:48 ` Claude review: " Claude Code Review Bot
2026-02-10 7:11 ` [PATCH v2 4/5] drm/ci: move qualcomm baremetal jobs to lava Vignesh Raman
2026-02-10 22:13 ` Dmitry Baryshkov
2026-02-12 5:48 ` Claude Code Review Bot [this message]
2026-02-10 7:11 ` [PATCH v2 5/5] drm/ci: add rk3588-rock-5b Vignesh Raman
2026-02-12 5:48 ` Claude review: " Claude Code Review Bot
2026-02-11 6:42 ` Claude review: drm/ci: add new jobs, uprev IGT and mesa Claude Code Review Bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=review-patch4-20260210071138.2256773-5-vignesh.raman@collabora.com \
--to=claude-review@example.com \
--cc=dri-devel-reviews@example.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox