Series: | drm/kms: Stop registering multiple /sys/class/backlight devs for a single display |
URL: | https://patchwork.freedesktop.org/series/107458/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107458v1/index.html |
CI Bug Log - changes from CI_DRM_12021 -> Patchwork_107458v1
Summary
FAILURE
Serious unknown changes coming with Patchwork_107458v1 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_107458v1, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107458v1/index.html
Participating hosts (37 -> 37)
Additional (1): fi-kbl-soraka
Missing (1): fi-hsw-4770
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_107458v1:
IGT changes
Possible regressions
- igt@i915_selftest@live@hangcheck:
- fi-snb-2520m: PASS -> INCOMPLETE
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
-
igt@core_hotunplug@unbind-rebind:
- {bat-dg2-10}: PASS -> DMESG-WARN
-
igt@i915_selftest@live@gt_lrc:
- {bat-dg2-9}: PASS -> INCOMPLETE
Known issues
Here are the changes found in Patchwork_107458v1 that come from known issues:
IGT changes
Issues hit
-
igt@i915_pm_backlight@basic-brightness:
- fi-bsw-kefka: PASS -> SKIP (fdo#109271)
-
igt@i915_selftest@live@gt_engines:
- bat-dg1-6: PASS -> INCOMPLETE (i915#4418)
-
igt@runner@aborted:
Possible fixes
Warnings
- igt@i915_suspend@basic-s3-without-i915:
- fi-elk-e7500: INCOMPLETE (i915#6598 / i915#6601 / i915#6648) -> INCOMPLETE (i915#6598 / i915#6648)
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
- Linux: CI_DRM_12021 -> Patchwork_107458v1
CI-20190529: 20190529
CI_DRM_12021: 078959b4819e4e0ab8cf2965e7bfd98278c0b35d @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6636: 1298b5f0e1b3e010657ffba41d2e775fab028e08 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_107458v1: 078959b4819e4e0ab8cf2965e7bfd98278c0b35d @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
ca6b4b55a517 drm/todo: Add entry about dealing with brightness control on devices with > 1 panel
a8a3fc47af60 ACPI: video: Fix indentation of video_detect_dmi_table[] entries
ab42ec87e2d2 ACPI: video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirks
d83dc9fcd5eb ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
f26245a90911 ACPI: video: Remove acpi_video_set_dmi_backlight_type()
5313d04fda5e platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] quirks to ACPI video_detect.c
fc72edea64ab platform/x86: asus-wmi: Move acpi_backlight=native quirks to ACPI video_detect.c
595e2ff87ff7 platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.c
80018d45bdac platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handling
38845481ecbc platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.c
1942b4989a9d platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()
9d36d8385122 platform/x86: apple-gmux: Stop calling acpi/video.h functions
8feb52dd8e0d platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()
73fe29de2322 ACPI: video: Add Apple GMUX brightness control detection
12ac59b54c57 ACPI: video: Add Nvidia WMI EC brightness control detection (v2)
720c3de10c82 ACPI: video: Refactor acpi_video_get_backlight_type() a bit
8962fe5539a6 platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a header
1fe5b0fd8ab2 drm/radeon: Register ACPI video backlight when skipping radeon backlight registration
bf17d6cf1641 drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
ce0dc25db522 drm/nouveau: Register ACPI video backlight when nv_backlight registration fails
6ba94845f76b drm/i915: Call acpi_video_register_backlight() (v2)
0496644cdbce ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
44b38e262538 ACPI: video: Make backlight class device registration a separate step (v2)
519e9addb26b ACPI: video: Simplify acpi_video_unregister_backlight()
f1ed7737725a ACPI: video: Remove acpi_video_bus from list before tearing it down
8dfcd7f588f0 ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
abb9d64d51a5 drm/nouveau: Don't register backlight when another backlight should be used
209571063342 drm/radeon: Don't register backlight when another backlight should be used (v3)
ff8f73a450b9 drm/amdgpu: Don't register backlight when another backlight should be used (v3)
03a35e8ebe0c drm/i915: Don't register backlight when another backlight should be used
a0fe79be2f97 ACPI: video: Add acpi_video_backlight_use_native() helper