drm/gma500: Remove lid code
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Mon, 15 Apr 2024 11:27:31 +0000 (13:27 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 18 Apr 2024 08:56:30 +0000 (10:56 +0200)
commit6aff4c26ed677b1f464f721fbd3e7767f24a684d
tree42fd95184bb5c5088534e91caccc3fe15a990504
parent941c0bdbc176df825adf77052263b2d63db6fef7
drm/gma500: Remove lid code

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 graphics driver so let's get rid of the lid code.  This
fixes the crash during boot.

Reported-by: Enrico Bartky <enrico.bartky@gmail.com>
Fixes: 8f1aaccb04b7 ("drm/gma500: Implement client-based fbdev emulation")
Tested-by: Enrico Bartky <enrico.bartky@gmail.com>
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240415112731.31841-1-patrik.r.jakobsson@gmail.com
drivers/gpu/drm/gma500/Makefile
drivers/gpu/drm/gma500/psb_device.c
drivers/gpu/drm/gma500/psb_drv.h
drivers/gpu/drm/gma500/psb_lid.c [deleted file]