Series: | drm/kms: Stop registering multiple /sys/class/backlight devs for a single display |
URL: | https://patchwork.freedesktop.org/series/107755/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107755v1/index.html |
CI Bug Log - changes from CI_DRM_12025 -> Patchwork_107755v1
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107755v1/index.html
Participating hosts (38 -> 35)
Missing (3): bat-dg2-8 bat-rpls-2 fi-hsw-4770
Known issues
Here are the changes found in Patchwork_107755v1 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@i915_selftest@live@hangcheck:
- fi-hsw-g3258: PASS -> INCOMPLETE (i915#3303 / i915#4785)
-
igt@runner@aborted:
- fi-hsw-g3258: NOTRUN -> FAIL (fdo#109271 / i915#4312 / i915#6246)
Possible fixes
-
igt@core_hotunplug@unbind-rebind:
-
igt@gem_exec_suspend@basic-s0@smem:
- {bat-rplp-1}: DMESG-WARN (i915#2867) -> PASS
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions:
Warnings
-
igt@i915_suspend@basic-s3-without-i915:
-
fi-rkl-11600: FAIL (fdo#103375) -> INCOMPLETE (i915#5982)
-
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_12025 -> Patchwork_107755v1
CI-20190529: 20190529
CI_DRM_12025: a510fb9e9cb6f9ee56eae0ea0d4f3f9c0757a042 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6636: 1298b5f0e1b3e010657ffba41d2e775fab028e08 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_107755v1: a510fb9e9cb6f9ee56eae0ea0d4f3f9c0757a042 @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
dcb253de416d drm/todo: Add entry about dealing with brightness control on devices with > 1 panel
0693d1e4160d ACPI: video: Fix indentation of video_detect_dmi_table[] entries
3dc1ab4f6532 ACPI: video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirks
baf8ec8c4e08 ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
22e02f0682d8 ACPI: video: Remove acpi_video_set_dmi_backlight_type()
a065026855a3 platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] quirks to ACPI video_detect.c
1e0d0ee9fa5d platform/x86: asus-wmi: Move acpi_backlight=native quirks to ACPI video_detect.c
a5637f478514 platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.c
85e765a53f78 platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handling
18254a3375e8 platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.c
a70d889be4d2 platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()
4bd5de41b8de platform/x86: apple-gmux: Stop calling acpi/video.h functions
504ca6c6f603 platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()
2dd8881f0aa2 ACPI: video: Add Apple GMUX brightness control detection
e094a651d72d ACPI: video: Add Nvidia WMI EC brightness control detection (v3)
c053f9f49ba6 ACPI: video: Refactor acpi_video_get_backlight_type() a bit
bf6434bd7c43 platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a header (v2)
4b0784addd38 drm/radeon: Register ACPI video backlight when skipping radeon backlight registration
d75ddf0d7e6f drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
945afbc25747 drm/nouveau: Register ACPI video backlight when nv_backlight registration fails (v2)
36d81d3183f9 drm/i915: Call acpi_video_register_backlight() (v3)
3dc3f76a30aa ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
04128a8901c9 ACPI: video: Make backlight class device registration a separate step (v2)
5f285d37ec6a ACPI: video: Simplify acpi_video_unregister_backlight()
189b7f335ac9 ACPI: video: Remove acpi_video_bus from list before tearing it down
db2bba94dcd0 ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
6f5e65f7d87a drm/nouveau: Don't register backlight when another backlight should be used (v2)
b8bf18759df0 drm/radeon: Don't register backlight when another backlight should be used (v3)
bfa741acc99e drm/amdgpu: Don't register backlight when another backlight should be used (v3)
426f8a2ce3d3 drm/i915: Don't register backlight when another backlight should be used (v2)
152630e9e122 ACPI: video: Add acpi_video_backlight_use_native() helper