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: drm/msm/hdmi & phy: use generic PHY framework
Date: Mon, 16 Mar 2026 12:07:57 +1000	[thread overview]
Message-ID: <review-overall-20260314-fd-hdmi-phy-v5-0-58122ae96d3b@oss.qualcomm.com> (raw)
In-Reply-To: <20260314-fd-hdmi-phy-v5-0-58122ae96d3b@oss.qualcomm.com>

Overall Series Review

Subject: drm/msm/hdmi & phy: use generic PHY framework
Author: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patches: 5
Reviewed: 2026-03-16T12:07:57.782976

---

This is a v5 series by Dmitry Baryshkov that moves MSM HDMI PHY drivers from the DRM/MSM subsystem (`drivers/gpu/drm/msm/hdmi/`) to the generic PHY framework (`drivers/phy/qualcomm/`). The series is well-structured: patch 1 does the heavy lifting of the migration, patches 2-3 extract shared UNI PLL register definitions into a common header, and patch 4 adds MSM8974 HDMI PHY/PLL support that was previously missing.

**Strengths:**
- Clean architectural improvement: using the generic PHY framework instead of ad-hoc PHY APIs is the right approach
- Good code organization: pre-QMP PHYs (8x60, 8960, 8974) share a common `preqmp` driver, while QMP PHYs (8996, 8998) share a `qmp-hdmi` base
- The PLL rate calculation code for MSM8960/MSM8974 replaces fixed tables with computed values, extending mode support
- Net deletion of ~585 lines despite adding new functionality (MSM8974 PLL)
- Has existing reviews/acks (Neil Armstrong, Konrad Dybcio)

**Concerns:**
- The series ordering in the mbox is 0/4, 2/4, 3/4, 4/4, 1/4 — patch 1 arrives last, which is just a mbox ordering issue but worth noting
- A few minor code issues noted below
- Missing `qcom,hdmi-phy-8084` compatible in the new preqmp driver

---

---
Generated by Claude Code Patch Reviewer

  parent reply	other threads:[~2026-03-16  2:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-14  5:06 [PATCH v5 0/4] drm/msm/hdmi & phy: use generic PHY framework Dmitry Baryshkov
2026-03-14  5:06 ` [PATCH v5 1/4] drm/msm/hdmi: switch to generic PHY subsystem Dmitry Baryshkov
2026-03-16  2:07   ` Claude review: " Claude Code Review Bot
2026-03-14  5:06 ` [PATCH v5 2/4] phy: qcom: apq8064-sata: extract UNI PLL register defines Dmitry Baryshkov
2026-03-16  2:07   ` Claude review: " Claude Code Review Bot
2026-03-14  5:06 ` [PATCH v5 3/4] phy: qcom-uniphy: add more registers from display PHYs Dmitry Baryshkov
2026-03-16  2:07   ` Claude review: " Claude Code Review Bot
2026-03-14  5:06 ` [PATCH v5 4/4] phy: qualcomm: add MSM8974 HDMI PHY support Dmitry Baryshkov
2026-03-16  2:08   ` Claude review: " Claude Code Review Bot
2026-03-16  2:07 ` Claude Code Review Bot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-03-19  3:48 [PATCH v6 0/4] drm/msm/hdmi & phy: use generic PHY framework Dmitry Baryshkov
2026-03-21 18:56 ` Claude review: " Claude Code Review Bot
2026-03-23 22:56 [PATCH v7 0/4] " Dmitry Baryshkov
2026-03-24 21:14 ` 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-20260314-fd-hdmi-phy-v5-0-58122ae96d3b@oss.qualcomm.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