Re: [PATCH] drm/gma500: Remove lid code

2024-04-17 Thread Patrik Jakobsson
On Wed, Apr 17, 2024 at 11:47 AM Enrico Bartky wrote: > > Hi, > > sorry for the delay. This patch fixes the crash during boot! (tested against > linux 6.9-rc3) > > Greetings Thanks for testing. Then I'll push this to drm-next-fixes. -Patrik > > Am Mo., 15. Apr. 2024 um 13:57 Uhr schrieb Patrik

Re: [PATCH] drm/gma500: Remove lid code

2024-04-17 Thread Enrico Bartky
Hi, sorry for the delay. This patch fixes the crash during boot! (tested against linux 6.9-rc3) Greetings Am Mo., 15. Apr. 2024 um 13:57 Uhr schrieb Patrik Jakobsson < patrik.r.jakobs...@gmail.com>: > On Mon, Apr 15, 2024 at 1:45 PM Thomas Zimmermann > wrote: > > > > Hi > > > > Am 15.04.24 um

Re: [PATCH] drm/gma500: Remove lid code

2024-04-15 Thread Patrik Jakobsson
On Mon, Apr 15, 2024 at 1:45 PM Thomas Zimmermann wrote: > > Hi > > Am 15.04.24 um 13:27 schrieb Patrik Jakobsson: > > Due to a change in the order of initialization, the lid timer got > > started before proper setup was made. This resulted in a crash during > > boot. > > > > The lid switch is han

Re: [PATCH] drm/gma500: Remove lid code

2024-04-15 Thread Thomas Zimmermann
Hi Am 15.04.24 um 13:27 schrieb Patrik Jakobsson: Due to a change in the order of initialization, the lid timer got started before proper setup was made. This resulted in a crash during boot. The lid switch is handled by gma500 through a timer that periodically polls the opregion for changes. T

[PATCH] drm/gma500: Remove lid code

2024-04-15 Thread Patrik Jakobsson
Due to a change in the order of initialization, the lid timer got started before proper setup was made. This resulted in a crash during boot. The lid switch is handled by gma500 through a timer that periodically polls the opregion for changes. These types of ACPI events shouldn't be handled by the