Re: Linux 7.1-rc1
From: Rafael J. Wysocki
Date: Tue Apr 28 2026 - 15:39:05 EST
On Tue, Apr 28, 2026 at 8:46 PM Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Tue, 28 Apr 2026 at 11:11, Luna Jernberg <droidbittin@xxxxxxxxx> wrote:
> >
> > have checked dmesg now, seems to be a module that's not loading as it should
>
> Hmm. Interesting, but I wouldn't expect that LPSS driver to matter. I
> think it's mainly used for some random SoC boards, not by the display
> backlight code.
>
> And in the full dmesg I then see
>
> intel-lpss 0000:00:15.2: enabling device (0000 -> 0002)
> intel-lpss 0000:00:15.3: enabling device (0000 -> 0002)
>
> so I think it all should work regardless.
>
> Of course, maybe it does mess up i2c or something, which then messes
> up EDID or whatever, but I would expect the backlight to most likely
> be controlled by aome ACPI thing.
>
> So that module failure sounds to me like it should be unrelated - and
> might happen even on a working setup?
>
> I'm adding Rafael to the cc anyway, because he'd likely know about
> both the OpRegion conflict thing, but also maybe if something has
> changed in the ACPI backlight situation that might be the cause of
> your backlight issues...
>
> (Rafael, see
>
> https://lore.kernel.org/all/CADo9pHg8c=rouBQAd0o0TzK4iZc88dUAhSfV7q2T3GCf2qjuiQ@xxxxxxxxxxxxxx/
>
> for dmesg etc information)
Thanks!
It would be good to know what the problem with the display is, specifically.
Luna, can you send dmesg output from 7.0.2 for comparison?
There are a few changes in 7.1-rc1 that touch the ACPI video bus driver:
e18947038bf4 ACPI: driver: Do not set acpi_device_class() unnecessarily
69652f32c9ac ACPI: event: Redefine acpi_notifier_call_chain()
97892d5f0690 ACPI: driver: Do not set acpi_device_name() unnecessarily
6a8e793ca8db ACPI: video: Consolidate pnp.bus_id workarounds handling
9dc11faca245 ACPI: video: Rework checking for duplicate video bus devices
but this one seems to be working:
[ 2.111324] ACPI: video: Video Device [GFX0] (multi-head: yes rom:
no post: no)
[ 2.112585] input: Video Bus as
/devices/pci0000:00/acpi.video_bus.0/input/input5
As for the OpRegion conflict message, it appears to come from
mfd_add_device() that invokes acpi_check_resource_conflict() and
passes its return value to the caller. That caller is most likely
intel_lpss_probe() which then fails, so the probe fails for device
INT3446:00 which is an i2c controller AFAICS.
I'm wondering if this also happens in 7.0.2.
Adding Andy (for intel-lpss) and Hans who has more experience with the
ACPI video bus driver than I do.
Kind regards, Rafael