Re: [PATCH 0/4] Apple Display Pipe driver fixes

2025-04-16 Thread Janne Grunau
On Wed, Apr 16, 2025 at 04:54:38PM -0400, Alyssa Rosenzweig wrote: > > This is preferable to driver changes since keeps the device powered on > > if the adpdrm module is not available during boot. > > Struggling to parse this sentence, do you mean to say: > > > Driver changes are preferred, since

[PATCH 0/4] Apple Display Pipe driver fixes

2025-04-16 Thread Janne Grunau via B4 Relay
While looking at a suspend issue in the Asahi downstream kernel I noticed several issues in the the ADP driver. This series fixes those issue. The root cause of the issue was that the device is unexpectedly powered down on suspend. The driver relies on initialization done by the boot loader and ca

Re: [PATCH 0/4] Apple Display Pipe driver fixes

2025-04-16 Thread Alyssa Rosenzweig
> This is preferable to driver changes since keeps the device powered on > if the adpdrm module is not available during boot. Struggling to parse this sentence, do you mean to say: > Driver changes are preferred, since that patch keeps the device > powered on if the adpdrm module is not available