diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-04-02 16:29:08 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-04-02 16:29:08 +0300 |
commit | 5bf46fe2b84cda662062f7aca73e15602c76a844 (patch) | |
tree | 0ff5bcf61994c1613495d9f23fe0d37e0783bb97 /tools/perf/scripts/python/libxed.py | |
parent | a984d060b41d99518ff569ba0c867b29dbf34c1a (diff) | |
parent | ebca08fef88febdb0a898cefa7c99b9e25b3a984 (diff) | |
parent | 3035a6dd2d4736738949600b8abebbdb181e86ef (diff) | |
parent | 359595b20a3617da9fe611f35f2197023bdbda62 (diff) | |
download | linux-5bf46fe2b84cda662062f7aca73e15602c76a844.tar.xz |
Merge branches 'acpi-video', 'acpi-platform-profile' and 'acpi-misc'
Merge an ACPI backlight (video) driver fix, an ACPI platform-profile
driver optimization, and a miscellaneous ACPI-related cleanup for
6.15-rc1:
- Make the ACPI backlight driver handle fetching EDID as
ACPI_TYPE_PACKAGE which is not specification-compliant, but
has been encountered in the field (Gergo Koteles).
- Simplify the aggregation of choices in the ACPI platform-profile
driver which has become possible after recent modifications of that
driver (Kurt Borja).
- Use str_enabled_disabled() instead of hardcoded strings in the ACPI
code related to NUMA (Thorsten Blum).
* acpi-video:
ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE
* acpi-platform-profile:
ACPI: platform_profile: Optimize _aggregate_choices()
* acpi-misc:
ACPI: NUMA: Use str_enabled_disabled() helper function