Bug 189231
Summary: | Macbook pro 11,5 screen flicker when AC adapter plugged in | ||
---|---|---|---|
Product: | ACPI | Reporter: | Tom B (tom) |
Component: | Power-Battery | Assignee: | Zhang Rui (rui.zhang) |
Status: | CLOSED WILL_NOT_FIX | ||
Severity: | normal | CC: | rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.8.10 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Tom B
2016-11-27 18:56:24 UTC
additional information: I can turn on/off the flicker using radeon dynamic power management: echo battery > /sys/class/drm/card0/device/power_dpm_state No flicker echo performance > /sys/class/drm/card0/device/power_dpm_state Flicker starts By changing the power state to performance the flicker happens. Using "battery" the flicker does not so it seems to be power related but not obvious. On "balanced" dpm, the flicker sometimes happens which is probably down to the power state. Changing the power state does not seem to affect the temperature at all. radeon-pci-0100 Adapter: PCI adapter temp1: +60.0°C (crit = +120.0°C, hyst = +90.0°C) Regardless of the power state the temperature is almost always exactly 60.0, sometimes it's 59.0 but there is no noticeable temperature difference between "battery" and "performance" and the clock speed does not seem to change Regardless of power state, the output of `cat /sys/kernel/debug/dri/0/radeon_pm_info` shows: uvd vclk: 0 dclk: 0 power level 0 sclk: 30000 mclk: 30000 vddc: 900 vddci: 850 pcie gen: 3 This is a graphics issue, please file a bug at freedesktop instead. For reference: freedesktop bug report: https://bugs.freedesktop.org/show_bug.cgi?id=98897 |