From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: drm/msm/adreno: add Adreno 810 GPU support
Date: Sat, 16 May 2026 10:05:42 +1000 [thread overview]
Message-ID: <review-patch6-20260515-adreno-810-v6-6-fbe04c7203e1@pm.me> (raw)
In-Reply-To: <20260515-adreno-810-v6-6-fbe04c7203e1@pm.me>
Patch Review
**Status: Mostly good, minor issues**
This is the main enablement patch adding the catalog entry, register lists, and helper function.
**Catalog entry** (`adreno_info` for chip_id `0x44010000`):
- Family `ADRENO_8XX_GEN1` — correct, this is the first GEN1 device
- Firmware `gen80300_*` — distinct from X285 (gen80100) and A840 (gen80200), no AQE firmware
- GMEM `SZ_512K + SZ_64K` = 576K — significantly smaller than X285 (21MB) and A840 (18MB), consistent with a mid-range part
- Quirks include `ADRENO_QUIRK_IFPC` but not `ADRENO_QUIRK_SOFTFUSE` — correct, uses regular efuse per the DTS
- Reuses `a840_gbif` for `.gbif_cx` — seems intentional
- `max_slices = 1` — simpler than X285 (4) and A840 (3)
- `gmu_chipid = 0x8030000` — the zero minor/revision fields are noted
- `preempt_record_size = 4558 * SZ_1K` — specific to this GPU
**Unused helper**: `adreno_is_a810()` is defined but never called in this series. While `adreno_is_a840()` and `adreno_is_x285()` have existing callers, adding an unused function is unnecessary — it can be added when actually needed.
**RSCC question**: The existing code at `a6xx_gmu.c:648` uses `adreno_is_a840()` to select `BIT(30)` vs `BIT(16)` for RSCC status polling. Does A810 need the `BIT(30)` path? This may be handled by the dependent RSCC offset fix series, but worth confirming.
**Register lists** look thorough:
- `a810_nonctxt_regs`: Well-commented entries for ECO controls and chicken bits
- `a810_protect_regs`: 47 entries with `DECLARE_ADRENO_PROTECT(a810_protect, 64)` — correctly sized
- `a810_ifpc_reglist_regs`: Includes all 64 `CP_PROTECT_GLOBAL` entries (0-63) for IFPC preservation
- `a810_dyn_pwrup_reglist_regs`: Includes the hardcoded `CP_PROTECT_PIPE(15)` matching the fix in patch 5
---
Generated by Claude Code Patch Reviewer
next prev parent reply other threads:[~2026-05-16 0:05 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 5:08 [PATCH RFC v6 0/7] Add support for Adreno 810 GPU Alexander Koskovich
2026-05-15 5:08 ` [PATCH RFC v6 1/7] dt-bindings: display/msm/gmu: Document Adreno 810 GMU Alexander Koskovich
2026-05-16 0:05 ` Claude review: " Claude Code Review Bot
2026-05-15 5:08 ` [PATCH RFC v6 2/7] dt-bindings: display/msm/gpu: Document Adreno 810 GPU Alexander Koskovich
2026-05-16 0:05 ` Claude review: " Claude Code Review Bot
2026-05-15 5:08 ` [PATCH RFC v6 3/7] drm/msm/adreno: rename llc_mmio to cx_misc_mmio Alexander Koskovich
2026-05-16 0:05 ` Claude review: " Claude Code Review Bot
2026-05-15 5:08 ` [PATCH RFC v6 4/7] drm/msm/adreno: set cx_misc_mmio regardless of if platform has LLCC Alexander Koskovich
2026-05-16 0:05 ` Claude review: " Claude Code Review Bot
2026-05-15 5:09 ` [PATCH RFC v6 5/7] drm/msm/a8xx: use pipe protect slot 15 for last-span-unbound feature Alexander Koskovich
2026-05-16 0:05 ` Claude review: " Claude Code Review Bot
2026-05-15 5:09 ` [PATCH RFC v6 6/7] drm/msm/adreno: add Adreno 810 GPU support Alexander Koskovich
2026-05-16 0:05 ` Claude Code Review Bot [this message]
2026-05-15 5:09 ` [PATCH RFC v6 7/7] arm64: dts: qcom: milos: Add Adreno 810 GPU and GMU nodes Alexander Koskovich
2026-05-16 0:05 ` Claude review: " Claude Code Review Bot
2026-05-15 22:22 ` [PATCH RFC v6 0/7] Add support for Adreno 810 GPU Akhil P Oommen
2026-05-16 0:05 ` Claude review: " Claude Code Review Bot
-- strict thread matches above, loose matches on Subject: below --
2026-05-02 8:07 [PATCH RFC v5 0/7] " Alexander Koskovich
2026-05-02 8:08 ` [PATCH RFC v5 6/7] drm/msm/adreno: add Adreno 810 GPU support Alexander Koskovich
2026-05-04 22:55 ` Claude review: " Claude Code Review Bot
2026-04-08 1:45 [PATCH RFC v3 0/7] Add support for Adreno 810 GPU Alexander Koskovich
2026-04-08 1:46 ` [PATCH RFC v3 6/7] drm/msm/adreno: add Adreno 810 GPU support Alexander Koskovich
2026-04-12 3:17 ` Claude review: " 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-patch6-20260515-adreno-810-v6-6-fbe04c7203e1@pm.me \
--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