Bug 215553
Summary: | Intel_backlight does not work after updating from 5.10 to 5.15 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Filippo Falezza (filippo.falezza) |
Component: | Video(Other) | Assignee: | other_modules |
Status: | RESOLVED MOVED | ||
Severity: | normal | CC: | regressions |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 5.15 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | dmesg of 5.15.13 |
Description
Filippo Falezza
2022-01-31 00:01:13 UTC
Created attachment 300361 [details]
dmesg of 5.15.13
I am now looking into all commits between 5.10.90 and 5.15.13 that may have affected the intel_brightness component I also tried setting drm.debug=0x1ff, and I get the followings from the dmesg when trying to change the brightness:
>[ 1605.793461] [drm:intel_backlight_device_update_status [i915]] updating
>intel_backlight, brightness=413/512
>[ 1605.793508] i915 0000:00:02.0: [drm:intel_backlight_device_update_status
>[i915]] set backlight level = 413
>[ 1605.793770] i915 0000:00:02.0: [drm:drm_dp_dpcd_write] AUX A/DDI A/PHY A:
>0x00354 AUX <- (ret= 4) 9d 01 00 00
>[ 1605.801854] i915 0000:00:02.0:
>[drm:drm_crtc_vblank_helper_get_vblank_timestamp_internal] crtc 0 : v
>p(0,1132)@ 1605.864860 -> 1605.845740 [e 0 us, 0 rep]
>[ 1605.801863] i915 0000:00:02.0: [drm:drm_update_vblank_count] updating
>vblank count on crtc 0: current=64141, diff=0, hw=66180 hw_last=66180
>[ 1605.802007] [drm:drm_ioctl] comm="Xorg" pid=954, dev=0xe200, auth=1,
>I915_GEM_THROTTLE
>[ 1605.807081] i915 0000:00:02.0:
>[drm:drm_crtc_vblank_helper_get_vblank_timestamp_internal] crtc 0 : v
>p(0,-39)@ 1605.870088 -> 1605.870747 [e 0 us, 0 rep]
>[ 1605.807090] i915 0000:00:02.0: [drm:drm_update_vblank_count] updating
>vblank count on crtc 0: current=64141, diff=1, hw=66181 hw_last=66180
>[ 1605.807094] i915 0000:00:02.0: [drm:drm_handle_vblank] vblank event on
>64142, current 64142
>[ 1605.807098] i915 0000:00:02.0: [drm:drm_handle_vblank] vblank event on
>64142, current 64142
>[ 1605.807111] [drm:drm_atomic_state_default_clear] Clearing atomic state
>000000005cedc77d
>[ 1605.807115] [drm:drm_mode_object_put.part.0] OBJ ID: 104 (2)
>[ 1605.807117] [drm:drm_mode_object_put.part.0] OBJ ID: 110 (4)
>[ 1605.807118] [drm:drm_mode_object_put.part.0] OBJ ID: 110 (3)
>[ 1605.807119] [drm:drm_mode_object_put.part.0] OBJ ID: 109 (3)
>[ 1605.807121] [drm:drm_mode_object_put.part.0] OBJ ID: 109 (2)
>[ 1605.807122] [drm:__drm_atomic_state_free] Freeing atomic state
>000000005cedc77d
>[ 1605.807164] [drm:drm_ioctl] comm="Xorg" pid=954, dev=0xe200, auth=1,
>DRM_IOCTL_WAIT_VBLANK
>[ 1605.807169] i915 0000:00:02.0: [drm:drm_wait_vblank_ioctl] event on vblank
>count 64143, current 64142, crtc 0
>[ 1605.809057] [drm:intel_backlight_device_update_status [i915]] updating
>intel_backlight, brightness=415/512
>[ 1605.809237] i915 0000:00:02.0: [drm:intel_backlight_device_update_status
>[i915]] set backlight level = 415
>[ 1605.809503] i915 0000:00:02.0: [drm:drm_dp_dpcd_write] AUX A/DDI A/PHY A:
>0x00354 AUX <- (ret= 4) 9f 01 00 00
Might it be a n issue in writing to the AUX register?
Please read this https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs and file where appropriate. Thanks. Filippo, did you file the bug somewhere else? Where? (In reply to Artem S. Tashkinov from comment #4) > Please read this > https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs and > file where appropriate. Thanks. Artem, when you give such advice, could you please ask people to add a link to the other report in the current report? Then everybody that stumbles on this report will know if the bug was actually filed somewhere else and where to look for further details about it. Sorry for filing in the wrong place. Here is the link to the bug in the freedesktop gitlab: https://gitlab.freedesktop.org/drm/intel/-/issues/5027 |