Summary: | Regression: dark notebook display (no backlight) after resume | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Rafał Miłecki <zajec5> | ||||
Component: | DRM/AMDgpu | Assignee: | Default DRI bug account <dri-devel> | ||||
Status: | RESOLVED FIXED | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | medium | CC: | alexdeucher, christian.frank.uwb, harry.wentland, nicholas.kazlauskas, sunpeng.li | ||||
Version: | XOrg git | ||||||
Hardware: | x86-64 (AMD64) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Rafał Miłecki
2019-01-16 10:14:33 UTC
For a comparison: behavior with the commit 262485a50fd4~1 (before the regression): Before suspend: > cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness} 255 255 After resume: > cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness} 250 255 Looks like a problem with amdgpu restoring backlight after resume. Created attachment 143141 [details] [review] drm/amd/display: Detach backlight from stream Hi Rafał, Please give the attached patch a shot. It's in our staging branch, but not in 5.0-rc2 yet. It didn't apply cleanly on top of 5.0.0-rc2 (a trivial conflict in the dc_link.c.rej). After fixing that, compiling & testing I can confirm is solves the problem for me! Thanks! Before suspend: > cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness} 65535 255 After resume: > cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness} 64000 255 As it fixes a regression, can you submit it as a fix for the 5.0 release cycle, please? Should be fixed with: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=35dad45d5cad3c9ca8d6a338cbf668cd7ea86469 *** Bug 109388 has been marked as a duplicate of this bug. *** Fixed with the 5.0.0-rc3. Thanks! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.