From: Andy Shevchenko <andy@kernel.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Mark Gross <markgross@kernel.org>, Lee Jones <lee@kernel.org>,
Daniel Thompson <daniel.thompson@linaro.org>,
Jingoo Han <jingoohan1@gmail.com>,
Aditya Garg <gargaditya08@live.com>,
platform-driver-x86@vger.kernel.org,
Matthew Garrett <mjg59@srcf.ucam.org>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] backlight: apple_bl: Use acpi_video_get_backlight_type()
Date: Tue, 7 Mar 2023 14:27:03 +0200 [thread overview]
Message-ID: <ZActl7YN+u7Yz58m@smile.fi.intel.com> (raw)
In-Reply-To: <20230307120540.389920-1-hdegoede@redhat.com>
On Tue, Mar 07, 2023 at 01:05:40PM +0100, Hans de Goede wrote:
> On some MacBooks both the apple_bl and the apple-gmux backlight drivers
> may be able to export a /sys/class/backlight device.
>
> To avoid having 2 backlight devices for one LCD panel until now
> the apple-gmux driver has been calling apple_bl_unregister() to move
> the apple_bl backlight device out of the way when it loads.
>
> Similar problems exist on other x86 laptops and all backlight drivers
> which may be used on x86 laptops have moved to using
> acpi_video_get_backlight_type() to determine whether they should load
> or not.
>
> Switch apple_bl to this model too, so that it is consistent with all
> the other x86 backlight drivers.
>
> Besides code-simplification and consistency this has 2 other benefits:
>
> 1) It removes a race during boot where userspace will briefly see
> an apple_bl backlight and then have it disappear again, leading to e.g.:
> https://bbs.archlinux.org/viewtopic.php?id=269920
>
> 2) This allows user to switch between the drivers by passing
> acpi_backlight=apple_gmux or acpi_backlight=vendor on the kernel
> commandline.
...
> + depends on ACPI_VIDEO=n || ACPI_VIDEO
I'm wondering if "imply ACPI_VIDEO" (i.o.w. weak dependency) is what suitable
here.
--
With Best Regards,
Andy Shevchenko
WARNING: multiple messages have this Message-ID (diff)
From: Andy Shevchenko <andy@kernel.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>,
Daniel Thompson <daniel.thompson@linaro.org>,
Jingoo Han <jingoohan1@gmail.com>, Lee Jones <lee@kernel.org>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
platform-driver-x86@vger.kernel.org,
Mark Gross <markgross@kernel.org>,
Aditya Garg <gargaditya08@live.com>
Subject: Re: [PATCH] backlight: apple_bl: Use acpi_video_get_backlight_type()
Date: Tue, 7 Mar 2023 14:27:03 +0200 [thread overview]
Message-ID: <ZActl7YN+u7Yz58m@smile.fi.intel.com> (raw)
In-Reply-To: <20230307120540.389920-1-hdegoede@redhat.com>
On Tue, Mar 07, 2023 at 01:05:40PM +0100, Hans de Goede wrote:
> On some MacBooks both the apple_bl and the apple-gmux backlight drivers
> may be able to export a /sys/class/backlight device.
>
> To avoid having 2 backlight devices for one LCD panel until now
> the apple-gmux driver has been calling apple_bl_unregister() to move
> the apple_bl backlight device out of the way when it loads.
>
> Similar problems exist on other x86 laptops and all backlight drivers
> which may be used on x86 laptops have moved to using
> acpi_video_get_backlight_type() to determine whether they should load
> or not.
>
> Switch apple_bl to this model too, so that it is consistent with all
> the other x86 backlight drivers.
>
> Besides code-simplification and consistency this has 2 other benefits:
>
> 1) It removes a race during boot where userspace will briefly see
> an apple_bl backlight and then have it disappear again, leading to e.g.:
> https://bbs.archlinux.org/viewtopic.php?id=269920
>
> 2) This allows user to switch between the drivers by passing
> acpi_backlight=apple_gmux or acpi_backlight=vendor on the kernel
> commandline.
...
> + depends on ACPI_VIDEO=n || ACPI_VIDEO
I'm wondering if "imply ACPI_VIDEO" (i.o.w. weak dependency) is what suitable
here.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2023-03-07 12:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-07 12:05 [PATCH] backlight: apple_bl: Use acpi_video_get_backlight_type() Hans de Goede
2023-03-07 12:05 ` Hans de Goede
2023-03-07 12:27 ` Andy Shevchenko [this message]
2023-03-07 12:27 ` Andy Shevchenko
2023-03-07 12:34 ` Hans de Goede
2023-03-07 12:34 ` Hans de Goede
2023-03-09 17:09 ` Daniel Thompson
2023-03-09 17:09 ` Daniel Thompson
2023-03-13 12:15 ` Hans de Goede
2023-03-13 12:15 ` Hans de Goede
2023-03-13 17:06 ` Lee Jones
2023-03-13 17:06 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZActl7YN+u7Yz58m@smile.fi.intel.com \
--to=andy@kernel.org \
--cc=daniel.thompson@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gargaditya08@live.com \
--cc=hdegoede@redhat.com \
--cc=jingoohan1@gmail.com \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=markgross@kernel.org \
--cc=mjg59@srcf.ucam.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.