Bug 206417
Summary: | Screen flickering on latest Dell XPS 7390 with kernel: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun | ||
---|---|---|---|
Product: | Drivers | Reporter: | Sébastien Poher (spweb) |
Component: | Video(Other) | Assignee: | drivers_video-other |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | fkrueger, james.lim, tiwai |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 5.5.0-1.g3f183bf | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | lspci full output |
Description
Sébastien Poher
2020-02-04 19:54:40 UTC
I can confirm this happens with me too, except only on 5.10+ kernels I get frequent screen flickering. Ever since 5.10 Kernel released, on boot up, before entering Xorg, these FIFO underrun errors would be displayed. sudo journalctl -p 0..3 -b -0 or sudo dmesg -l err ``` Feb 25 14:45:03 JL-Laptop kernel: i915 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun Feb 25 14:45:03 JL-Laptop kernel: i915 0000:00:02.0: [drm] *ERROR* CPU pipe B FIFO underrun ``` This causes the screen to flicker and tear once every 1-2 seconds in the TTY, which I boot into by default. In Xorg it flickers less often 1-4 seconds. It flickers more violently when going back into TTY with `ctrl-alt-F3`. Also using intel UHD graphics lspci ``` 00:00.0 Host bridge: Intel Corporation Comet Lake-U v1 4c Host Bridge/DRAM Controller (rev 0c) 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02) 00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c) 00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal Subsytem 00:14.0 USB controller: Intel Corporation Comet Lake PCH-LP USB 3.1 xHCI Host Controller 00:14.2 RAM memory: Intel Corporation Comet Lake PCH-LP Shared SRAM 00:14.3 Network controller: Intel Corporation Comet Lake PCH-LP CNVi WiFi 00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller 00:15.2 Serial bus controller [0c80]: Intel Corporation Device 02ea 00:16.0 Communication controller: Intel Corporation Comet Lake Management Engine Interface 00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller 00:1c.0 PCI bridge: Intel Corporation Device 02bd (rev f0) 00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0) 00:1f.0 ISA bridge: Intel Corporation Comet Lake PCH-LP LPC Premium Controller/eSPI Controller 00:1f.3 Audio device: Intel Corporation Comet Lake PCH-LP cAVS 00:1f.4 SMBus: Intel Corporation Comet Lake PCH-LP SMBus Host Controller 00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI (flash) Controller 01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01) 06:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 ``` |