Patch Details
Series:drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
URL:https://patchwork.freedesktop.org/series/107674/
State:success
Details:https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107674v1/index.html

CI Bug Log - changes from CI_DRM_12022 -> Patchwork_107674v1

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107674v1/index.html

Participating hosts (37 -> 36)

Additional (1): bat-dg2-8
Missing (2): bat-dg2-9 bat-jsl-3

Known issues

Here are the changes found in Patchwork_107674v1 that come from known issues:

IGT changes

Issues hit

Possible fixes

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Build changes

CI-20190529: 20190529
CI_DRM_12022: 7d700aafd2532afd10b5bd0d1fd76eb3a0d6610a @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6636: 1298b5f0e1b3e010657ffba41d2e775fab028e08 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_107674v1: 7d700aafd2532afd10b5bd0d1fd76eb3a0d6610a @ git://anongit.freedesktop.org/gfx-ci/linux

Linux commits

aea4883cde5f drm/todo: Add entry about dealing with brightness control on devices with > 1 panel
dc0477f762cf ACPI: video: Fix indentation of video_detect_dmi_table[] entries
9d9dc4f0578f ACPI: video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirks
cb30b7176810 ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
5cb0261a859d ACPI: video: Remove acpi_video_set_dmi_backlight_type()
772e0684f9cc platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] quirks to ACPI video_detect.c
e94cbdc56e56 platform/x86: asus-wmi: Move acpi_backlight=native quirks to ACPI video_detect.c
ea28b695c028 platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.c
cda042fb3a22 platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handling
d18f9ade199e platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.c
fb7b34fac49f platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()
36a271fc81a1 platform/x86: apple-gmux: Stop calling acpi/video.h functions
51fe202b7285 platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()
1c16b68737fa ACPI: video: Add Apple GMUX brightness control detection
c75e02994d47 ACPI: video: Add Nvidia WMI EC brightness control detection (v3)
1301e08e3f23 ACPI: video: Refactor acpi_video_get_backlight_type() a bit
cca5625046fb platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a header (v2)
1afc34348915 drm/radeon: Register ACPI video backlight when skipping radeon backlight registration
37d7b42ede91 drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
7b7115875253 drm/nouveau: Register ACPI video backlight when nv_backlight registration fails (v2)
752b8689717f drm/i915: Call acpi_video_register_backlight() (v2)
5a4b15ea02f7 ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
17703151b0b8 ACPI: video: Make backlight class device registration a separate step (v2)
9cefc4a451fd ACPI: video: Simplify acpi_video_unregister_backlight()
27ea49dd513f ACPI: video: Remove acpi_video_bus from list before tearing it down
95a439ee397b ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
aaee9e5a2085 drm/nouveau: Don't register backlight when another backlight should be used (v2)
ea9f2e02572e drm/radeon: Don't register backlight when another backlight should be used (v3)
3845347b4fc2 drm/amdgpu: Don't register backlight when another backlight should be used (v3)
09ccf00c92b6 drm/i915: Don't register backlight when another backlight should be used
ca55e0429dd9 ACPI: video: Add acpi_video_backlight_use_native() helper