public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: Add support for Adreno 810 GPU
Date: Tue, 05 May 2026 08:55:16 +1000	[thread overview]
Message-ID: <review-overall-20260502-adreno-810-v5-0-bc9fd2bb788d@pm.me> (raw)
In-Reply-To: <20260502-adreno-810-v5-0-bc9fd2bb788d@pm.me>

Overall Series Review

Subject: Add support for Adreno 810 GPU
Author: Alexander Koskovich <akoskovich@pm.me>
Patches: 8
Reviewed: 2026-05-05T08:55:16.085792

---

This is a well-structured 7-patch series adding Adreno 810 GPU support (Qualcomm SM7635/Milos) to the MSM DRM driver. The series is logically ordered: dt-bindings first, then preparatory refactoring (rename `llc_mmio` to `cx_misc_mmio`, decouple cx_misc from LLCC), a targeted fix for pipe protect slot indexing, the main GPU catalog entry, and finally the device tree node.

The preparatory patches (3 and 4) are the most architecturally significant — they fix a real problem where platforms without LLCC (like Milos) would crash because `cx_misc_mmio` was tied to LLCC slice availability. The approach is clean and correct.

**One notable concern**: Patch 5 hardcodes pipe protect slot 15 to fix an out-of-bounds issue caused by `count_max` having dual semantics (global protect slot count vs. pipe slot index). While the fix is correct and matches downstream, it papers over the underlying API confusion. The `count_max` field is used as a slot index in `a8xx_set_cp_protect()` but as a capacity limit elsewhere — this should eventually be cleaned up.

The series has Reviewed-by tags from Qualcomm engineers (Akhil P Oommen, Konrad Dybcio) on most patches, and dt-bindings have Krzysztof Kozlowski's review. Patch 6 (the main catalog entry) and patch 7 (DTS) lack driver maintainer Reviewed-by tags but have been through 5 revisions.

Overall: series looks ready for merge once dependencies land.

---

---
Generated by Claude Code Patch Reviewer

  parent reply	other threads:[~2026-05-04 22:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-02  8:07 [PATCH RFC v5 0/7] Add support for Adreno 810 GPU Alexander Koskovich
2026-05-02  8:07 ` [PATCH RFC v5 1/7] dt-bindings: display/msm/gmu: Document Adreno 810 GMU Alexander Koskovich
2026-05-04 22:55   ` Claude review: " Claude Code Review Bot
2026-05-02  8:07 ` [PATCH RFC v5 2/7] dt-bindings: display/msm/gpu: Document A810 GPU Alexander Koskovich
2026-05-04 22:55   ` Claude review: " Claude Code Review Bot
2026-05-02  8:08 ` [PATCH RFC v5 3/7] drm/msm/adreno: rename llc_mmio to cx_misc_mmio Alexander Koskovich
2026-05-04 22:55   ` Claude review: " Claude Code Review Bot
2026-05-02  8:08 ` [PATCH RFC v5 4/7] drm/msm/adreno: set cx_misc_mmio regardless of if platform has LLCC Alexander Koskovich
2026-05-04 22:55   ` Claude review: " Claude Code Review Bot
2026-05-02  8:08 ` [PATCH RFC v5 5/7] drm/msm/a8xx: use pipe protect slot 15 for last-span-unbound feature Alexander Koskovich
2026-05-04 22:55   ` Claude review: " Claude Code Review Bot
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-05-02  8:08 ` [PATCH RFC v5 7/7] arm64: dts: qcom: milos: Add Adreno 810 GPU and GMU nodes Alexander Koskovich
2026-05-04 22:55   ` Claude review: " Claude Code Review Bot
2026-05-04 22:55 ` Claude Code Review Bot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-04-08  1:45 [PATCH RFC v3 0/7] Add support for Adreno 810 GPU 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-overall-20260502-adreno-810-v5-0-bc9fd2bb788d@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