Re: [PATCH v2 1/6] drm/nouveau/kms/nv50-: Move DPCD backlight disable into its own function
| Newsgroups | dev.linux.lists.sashiko-reviews,org.freedesktop.lists.dri-devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2026-08-19 at 16:14 +0000, [email protected] wrote: > Thank you for your contribution! Sashiko AI review found 1 potential > issue(s) to consider: > > Pre-existing issues: > - [High] The encoder atomic disable callback invokes sleeping > functions via the backlight disable helper. > -- Hallucination. It's treating the atomic disable callbacks as if they're atomic in the scheduling sense. They're not, it's just the atomic modesetting API. Sleeping is fine.