Bug 217489

Summary: Does not work backlight on Chromebook XE303C12 with Kernel version 6.3.4
Product: Drivers Reporter: Andrew (quark)
Component: Video(Other)Assignee: drivers_video-other
Status: RESOLVED INVALID    
Severity: normal CC: bagasdotme
Priority: P3    
Hardware: ARM   
OS: Linux   
Kernel Version: Subsystem:
Regression: No Bisected commit-id:
Attachments: Dmesg logs and Kernel configs of not working backlight and working backlight

Description Andrew 2023-05-26 09:20:57 UTC
Created attachment 304325 [details]
Dmesg logs and Kernel configs of not working backlight and working backlight

I did check it by flashlight. Even with all available backlights drivers compiled as modules it does not work. With Kernel version 5.15.106 backlight works fine.
Kernels for Chomebook uses dtb files that have some backlight config set (used gpio), like exynos5250-snow-common.dtsi and dmesg of 6.3.4 gives some gpio warnings. Maybe cause in it.
Comment 1 Bagas Sanjaya 2023-05-26 13:34:49 UTC
(In reply to Andrew from comment #0)
> Created attachment 304325 [details]
> Dmesg logs and Kernel configs of not working backlight and working backlight
> 
> I did check it by flashlight. Even with all available backlights drivers
> compiled as modules it does not work. With Kernel version 5.15.106 backlight
> works fine.
> Kernels for Chomebook uses dtb files that have some backlight config set
> (used gpio), like exynos5250-snow-common.dtsi and dmesg of 6.3.4 gives some
> gpio warnings. Maybe cause in it.

Can you perform bisection between 5.15 and 6.3 to find the culprit?
Comment 2 Andrew 2023-05-26 16:57:10 UTC
I tried version 6.1.30, backlight works fine. So I decided to check again with version 6.3.4, the backlight works now too. It seems the problem was something other than the kernel. I apologies for the false-positive bug report.