From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: drm/amd/display: Replace use of system_unbound_wq with system_dfl_wq
Date: Sat, 16 May 2026 11:00:24 +1000 [thread overview]
Message-ID: <review-patch1-20260514103815.190628-2-marco.crivellari@suse.com> (raw)
In-Reply-To: <20260514103815.190628-2-marco.crivellari@suse.com>
Patch Review
This patch converts three call sites in `amdgpu_dm_ism.c`, all of which are `mod_delayed_work()` calls scheduling ISM (Idle Screen Manager) delayed work items:
```c
- mod_delayed_work(system_unbound_wq, &ism->delayed_work,
+ mod_delayed_work(system_dfl_wq, &ism->delayed_work,
```
```c
- mod_delayed_work(system_unbound_wq,
+ mod_delayed_work(system_dfl_wq,
&ism->sso_delayed_work,
```
```c
- mod_delayed_work(system_unbound_wq,
+ mod_delayed_work(system_dfl_wq,
&ism->sso_delayed_work,
```
All three are direct 1:1 substitutions. The workqueue semantics (`system_dfl_wq` is defined as the replacement for `system_unbound_wq` with identical behavior) are preserved. The Cc list appropriately includes the display subsystem maintainers (Ray Wu, Harry Wentland, Leo Li, Rodrigo Siqueira).
**No issues found.**
---
Generated by Claude Code Patch Reviewer
next prev parent reply other threads:[~2026-05-16 1:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-14 10:38 [PATCH 0/2] drm/amd: Replace system_unbound_wq with system_dfl_wq Marco Crivellari
2026-05-14 10:38 ` [PATCH 1/2] drm/amd/display: Replace use of " Marco Crivellari
2026-05-16 1:00 ` Claude Code Review Bot [this message]
2026-05-14 10:38 ` [PATCH 2/2] drm/amdgpu: " Marco Crivellari
2026-05-16 1:00 ` Claude review: " Claude Code Review Bot
2026-05-16 1:00 ` Claude review: drm/amd: Replace " 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-patch1-20260514103815.190628-2-marco.crivellari@suse.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