mbox series

[0/3] ACPI: video: Fix backlight regressions in 6.1

Message ID 20221104212108.73537-1-hdegoede@redhat.com
Headers show
Series ACPI: video: Fix backlight regressions in 6.1 | expand

Message

Hans de Goede Nov. 4, 2022, 9:21 p.m. UTC
Hi Rafael,

Here is a series of patches to fix known (and likely also unknown)
regressions caused by the backlight-detect refactor landing in 6.1.

This builds on top of the earlier Chromebook fix which went upstream
through platform-drivers-x86.git/fixes. as such I believe it would
be best for this series to go upstream through the pdx86 tree.

Can you please give your Ack for merging this through the pdx86
git tree?

Regards,

Hans


Hans de Goede (3):
  ACPI: video: Improve Chromebook checks
  ACPI: video: Make acpi_video_backlight_use_native() always return true
  ACPI: video: Add backlight=native DMI quirk for Dell G15 5515

 drivers/acpi/video_detect.c | 41 +++++++++++++++++++++++++++++--------
 1 file changed, 32 insertions(+), 9 deletions(-)

Comments

Hans de Goede Nov. 7, 2022, 10:10 a.m. UTC | #1
Hi,

On 11/5/22 19:03, Rafael J. Wysocki wrote:
> On Fri, Nov 4, 2022 at 10:22 PM Hans de Goede <hdegoede@redhat.com> wrote:
>>
>> Hi Rafael,
>>
>> Here is a series of patches to fix known (and likely also unknown)
>> regressions caused by the backlight-detect refactor landing in 6.1.
>>
>> This builds on top of the earlier Chromebook fix which went upstream
>> through platform-drivers-x86.git/fixes. as such I believe it would
>> be best for this series to go upstream through the pdx86 tree.
>>
>> Can you please give your Ack for merging this through the pdx86
>> git tree?
> 
> Sure, feel free to add
> 
> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> 
> to these patches.

Thanks, I'll go and prepare a fixes pull-req for Linus with these patches.

> Also note that I'm going to drop the previously applied
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?h=bleeding-edge&id=6a377205da554cec45c8fd1cd8395030b448de31

Ack, thanks.

Regards,

Hans