From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: drm/radeon: fix iMac11,1 dark display
Date: Thu, 04 Jun 2026 13:37:51 +1000 [thread overview]
Message-ID: <review-overall-20260518211409.4868-3-gilles.risch@gmail.com> (raw)
In-Reply-To: <20260518211409.4868-3-gilles.risch@gmail.com>
Overall Series Review
Subject: drm/radeon: fix iMac11,1 dark display
Author: Gilles Risch <gilles.risch@gmail.com>
Patches: 21
Reviewed: 2026-06-04T13:37:51.633170
---
This mbox contains the evolution of a fix for the Apple iMac11,1 (Late 2009, Mobility Radeon HD 4850/RV770) dark display under KMS, spanning v1 through v5. The root cause is well-understood: the RV770 is DCE3.1 but the existing ASIC_IS_DCE32() macro starts at CHIP_RV730, which comes *after* CHIP_RV770 in the enum, so the RV770 never matched the DCE3.2 PLL and encoder logic paths. Additionally, Apple routes the internal eDP panel through Link B instead of Link A.
The author iterated productively in response to maintainer feedback: v1-v3 used a broad `ASIC_IS_DCE31()` macro that could affect other DCE3.1 boards; v4-v5 narrowed the fix to `dmi_match()` for iMac11,1 specifically. The v5 further improves the encoder picker restructuring, separating the Apple DMI quirk from the DCE32 version logic entirely.
**The latest patch (v5) is the one that should be reviewed for merge.** It is a well-scoped, low-risk quirk for a specific Apple machine. A few minor issues remain.
The earlier patches (v1 through v4) are superseded and should be disregarded.
---
---
Generated by Claude Code Patch Reviewer
next prev parent reply other threads:[~2026-06-04 3:37 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-10 18:54 [PATCH] The Apple iMac11, 1 (late 2009) has an integrated ATI Mobility Radeon HD 4850. This machine suffers from a similar problem as the iMac10, 1 (late 2009) and the iMac11, 2 (mid 2010). This small patch fixes the issue on this machine Gilles Risch
2026-05-16 5:26 ` Claude review: " Claude Code Review Bot
2026-05-16 5:26 ` Claude Code Review Bot
2026-05-16 9:24 ` [PATCH v2] drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1) Gilles Risch
2026-05-16 18:09 ` Lukas Wunner
2026-05-17 13:53 ` Gilles Risch
2026-05-17 14:05 ` Lukas Wunner
2026-05-18 6:36 ` Claude review: " Claude Code Review Bot
2026-05-16 18:52 ` [PATCH] drm/radeon: fix eDP resume from suspend on iMac11, 1 / DCE3.1 systems Gilles Risch
2026-05-17 3:28 ` kernel test robot
2026-06-04 3:37 ` Claude review: " Claude Code Review Bot
2026-05-17 5:12 ` kernel test robot
2026-05-18 14:13 ` Alex Deucher
2026-05-18 14:40 ` Gilles Risch
2026-05-18 14:57 ` Alex Deucher
2026-05-18 21:14 ` [PATCH v3 0/2] drm/radeon: fix iMac11,1 dark display Gilles Risch
2026-06-04 3:37 ` Claude Code Review Bot [this message]
2026-05-18 21:14 ` [PATCH v3 1/2] drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1) Gilles Risch
2026-05-19 13:35 ` Alex Deucher
2026-05-18 21:14 ` [PATCH v3 2/2] drm/radeon: fix eDP resume from suspend on iMac11, 1 / DCE3.1 systems Gilles Risch
2026-05-19 13:42 ` Alex Deucher
2026-05-27 22:20 ` [PATCH v4] drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1) Gilles Risch
2026-05-28 18:53 ` Alex Deucher
2026-05-29 7:43 ` Gilles Risch
2026-05-29 13:31 ` Alex Deucher
2026-06-01 21:19 ` [PATCH v5] " Gilles Risch
2026-06-04 3:37 ` Claude review: drm/radeon: fix eDP resume from suspend on iMac11, 1 / DCE3.1 systems Claude Code Review Bot
2026-05-18 6:57 ` Claude review: drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1) 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-20260518211409.4868-3-gilles.risch@gmail.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