Random flickering with Intel i915 (Gen9 GPUs) on Linux 6.8 (Ubuntu 24.04)

Bug #2062951 reported by Eugene San
192
This bug affects 40 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Confirmed
Undecided
AceLan Kao

Bug Description

After migrating Mantic 23.10 install to Linux 6.8.0, I am experiencing heavy flickering at random.
It happens after a moderate to heavy on screen activity like window switching, scrolling etc.
It never happens when playing video or when there is no interaction using keyboard/pointer.

It tend to happen when the mouse cursor is in the bottom quarter of the screen and stops immediately when the cursor leaves that screen region.
Around the same time the following appears in kernel log:
kernel: i915 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun

Happens on both X11 and Wayland on both KDE plasma and Mate (though less).

I first encountered the issue with Linux 6.8.0-11 and it still happens with Ubunutu's 6.8.0-28 and Mainline 6.8.7.
Kernels 6.6, 6.5, 6.1 and older did not have that issue.

Hardware is: Dell XPS 9350, Vendor Intel, Driver i915, Skylake GT2 [HD Graphics 520]
Software: Ubuntu 23.10, KDE Plasma 5.27.10 / Mate 1.26

Attaching kernel log for 6.8.0-28

Revision history for this message
Eugene San (eugenesan) wrote :
Revision history for this message
lotuspsychje (lotuspsychje) wrote :

Thank you for filing this bug and make Ubuntu better!

In order to collect all your system info and relevant logs

please execute: apport-collect 2062951 from your terminal

so the developers can start debug your bug a better way

Thank you!

Revision history for this message
Eugene San (eugenesan) wrote :

Update:
I did some preliminary testing and it seems like adding "intel_idle.max_cstate=4" to cmdline resolves the issue but probably at the power efficiency cost.

I also tried "i915.enable_psr=0" but it didn't help just made the flickering a slightly different.

Eugene San (eugenesan)
tags: added: kernel-bug regression-release
Changed in linux (Ubuntu):
assignee: nobody → Anthony Wong (anthonywong)
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in linux (Ubuntu):
status: New → Confirmed
Revision history for this message
Leon Williams (leonwilliams) wrote (last edit ):

I've tried adding "intel_idle.max_cstate=4" too but it didn't fix anything for me.
Both KDE Plasma and Xfce have the same behavior.

I'm also on a Skylake GT2 [HD Graphics 520] - no issues on 23.10 as I didn't change kernel, but 24.04 with kernel 6.8 is where I'm experiencing this.

Revision history for this message
Eugene San (eugenesan) wrote :

Update:
Still happens on Kubuntu 24.04 with Linux 6.8.0-32 (6.8.4).

Revision history for this message
Leon Williams (leonwilliams) wrote :

This seems to be related to the newer Intel Xe driver included with kernel 6.8.x as it only occurs when the driver is enabled. When using nomodeset in grub, there are no issues (besides losing brightness controls etc from no driver being loaded).

Revision history for this message
Davron (davronjon) wrote :

This has happened since the very first day of a clean installation on a pc. Thought since it might not have downloaded all drivers yet, maybe it would get fixed over time, but it still persists. Any way to fix it manually?

# System Details Report
---

## Report details
- **Date generated:** 2024-05-18 02:43:44

## Hardware Information:
- **Hardware Model:** Dell Inc. Vostro 3590
- **Memory:** 8,0 GiB
- **Processor:** Intel® Core™ i5-10210U × 8
- **Graphics:** Intel® UHD Graphics (CML GT2)
- **Disk Capacity:** 240,1 GB

## Software Information:
- **Firmware Version:** 1.27.0
- **OS Name:** Ubuntu 24.04 LTS
- **OS Build:** (null)
- **OS Type:** 64-bit
- **GNOME Version:** 46
- **Windowing System:** Wayland
- **Kernel Version:** Linux 6.8.0-31-generic

Revision history for this message
Leon Williams (leonwilliams) wrote :

@Davron - downgrading the kernel to 6.7 should work for now, but I just went back to 22.04 as I also had issues with laptop shutdown state etc

Also worth clicking the "this bug affects me" thing at the top as I don't think devs will bother unless the issue gets some visibility.

Seen quite a few others on Reddit with same or similar issues so it definitely affects more than is showing here.

Revision history for this message
Asif Nawaz (asiftech) wrote :

## Summary:
Random screen glitches appearing as horizontal lines flickering from left to right on a clean install of Ubuntu 24.04.

## Description:

I experience random screen flickering on a clean install of Ubuntu 24.04. The glitches appear as horizontal lines that flicker from the left side of the screen towards the right at irregular intervals. This issue does not occur all the time, but happens sporadically.

System Information::
System: Dell Latitude 3379
Processor: Intel Core i3-6006U
Graphics Card: Intel HD Graphics 520
Memory: 8.0 GiB
windwoing Sytem: Wayland
kernal : 6.8

Revision history for this message
Oibaf (oibaf) wrote :

See also similar bug 2064189.

Eugene San (eugenesan)
summary: - Random flickering with i915 on Linux 6.8
+ Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)
Revision history for this message
Kenneth W Green (vertee) wrote : Re: Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

Ive never had the issue with any distro.

So okay the bug is confirmed and it has a duplicate but in none of the reports, duplicates or otherwise, can I find a fix.

Running 24.04 on a Dell Insperion 9555 Intel i7 64/16Gig 1tb Radeon graphics

Does a fix exist for this bug ??

Revision history for this message
Eugene San (eugenesan) wrote :

Proper fix might come in future releases of Linux kernel.

For now adding "intel_idle.max_cstate=4" to the kernel command line should work at expense of a minor power consumption.
See https://wiki.ubuntu.com/Kernel/KernelBootParameters#Permanently_Add_a_Kernel_Boot_Parameter for instructions.

Revision history for this message
Kenneth W Green (vertee) wrote (last edit ):

Hi, OK I have tried both temporary and permanent grub boot changes with modified intel_idle.max_cstate=2 and 4 and on all occasions after grub update and reboot the boot splash page is steady the login page flickers badly and the desktop settles but still flickers.

Tks for the help but unfortunately workaround does not work on the Dell Insperion 955 Intel i7 64/16Gb 1tb Radeon GPU. Ive include a snap shot of my patched grub boot file.

Revision history for this message
Oibaf (oibaf) wrote :

In bug 1958191 (which looks similar and may or may not be the same issue) there is a slightly different workaround:

"adding the kernel parameter i915.enable_dc=0 intel_idle.max_cstate=2 fixed this"

Revision history for this message
Eugene San (eugenesan) wrote :

@vartee

This bug is Intel i915 specific.

I am afraid you are experiencing AMDGPU related issue and should look for related open bug or open one by your self.

P.S.
I remember having similar flickering issues with AMDGPU and adding "amdgpu.dcdebugmask=0x10" helped. Note, it was completely different hardware and kernel.

Revision history for this message
Kenneth W Green (vertee) wrote (last edit ):

I have back tracked to the duplicate bug https://bugs.launchpad.net/bugs/1958191 and followed the suggested fix, which was patch grub boot;-

Patched my grub boot file GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_dc=0 intel_idle.max_cstate=2"

sudo update-grub and restarted machine

Works a treat no more screen flicker after upgrade to 24.04 and several reboots just to be sure fix worked on Dell Insperion 9555 i7 64/16Gb 1Tb Radeon GPU.

Revision history for this message
Danijel (dadoghost) wrote :

Same problem here:

ThinkPad T470s

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)

Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble

filename: /lib/modules/6.8.0-31-generic/kernel/drivers/gpu/drm/i915/i915.ko.zst
license: GPL and additional rights
description: Intel Graphics
author: Intel Corporation
author: Tungsten Graphics, Inc.
import_ns: DMA_BUF
firmware: i915/mtl_gsc_1.bin

Revision history for this message
cypherscouter (cypherscouter) wrote :
Revision history for this message
James McKenzie (jamesps) wrote :

I think I'm having the same issue

I am running TPM+FDE on Ubuntu 24.04. I tried to apply the workaround suggested with following command:
snap set system system.kernel.dangerous-cmdline-append="i915.enable_dc=0 intel_idle.max_cstate=2"

But I'm still seeing the same after a reboot. In my case, I have my laptop screen and external monitor in extend mode. The "flickering" is occurring only on the laptop screen (which is NOT set as the primary).

As others have described, mouse position seems to be a trigger for this, but not always in the same position.

Revision history for this message
Christoph Wolk (spikespiegel-gmx) wrote :

Same problem here, using Kubuntu 24.04 on a fresh install (with Xorg). Intermittent flickering of the whole screen; I could not determine a specific pattern that caused it. Happened several times per day, usually briefly but sometimes for several seconds.

Adding "i915.enable_dc=0 intel_idle.max_cstate=2" to the grub defaults fixes the issue completely; no further flickering observed in about a week of usage.

System: Thinkpad T470

lspci -s 00:02.0
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)

Let me know if any information or testing I could provide would help fix this for others.

Revision history for this message
malek (malek2662) wrote :

Transitioning from Manjaro to Ubuntu #Fix_Available

I had been experiencing some issues with Manjaro, so I finally decided to switch to Ubuntu. Two days ago, I installed Ubuntu 24.04. During the system update and graphic driver installation, within less than an hour of using the device, I noticed that the screen was flickering and disappearing when I moved the mouse. Initially, I thought I had broken the system (haha). After several attempts to fix it, tracing my steps, and uninstalling the latest packages that might have caused the problem, I finally reinstalled the system again.

To my dismay, after installing the new system and even before starting to update it, the flickering returned. Damn. I’m just venting a bit, don’t mind me; I had a really bad day.

In the end, I can confirm that adding these parameters to GRUB resolved the issue for me, perhaps at the cost of a bit of heat, but it’s a good workaround until the bug is fixed:

[ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_dc=0 intel_idle.max_cstate=2" ]
Steps to Add Parameters to GRUB

    - Open GRUB configuration file for editing:
    [ sudo nano /etc/default/grub ]

    - Modify the GRUB_CMDLINE_LINUX_DEFAULT line:
    [ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_dc=0 intel_idle.max_cstate=2"]

    - Update GRUB configuration:
    [ sudo update-grub ]

My Laptop Specifications

    Brand and Model: Dell
    Processor: Intel Core i7 (7th Generation)
    Graphics Card: Intel HD Graphics 620

Revision history for this message
George-t (george-t) wrote :

I recently upgraded from 22.04 to 24.04 (through v23.10 via do-release-upgrade) and now have symptoms similar to those described (flickering of windows, especially when moving them and I also get screen lockup when trying to dock a window to top/sides of desktop). Running two displays on my dell laptop, one via HDMI and the internal as well.

## Report details
- **Date generated:** 2024-06-01 07:00:47

## Hardware Information:
- **Hardware Model:** Precision 5510
- **Memory:** 31Gi
- **Processor:** Intel(R) Xeon(R) CPU E3-1505M v5 @ 2.80GHz
- **Graphics:** Intel Corporation HD Graphics P530 (rev 06)
- **Disk Capacity:** 2.4T

## Software Information:
- **Firmware Version:** 1.23.0
- **OS Name:** Ubuntu 24.04 LTS
- **OS Build:** 24.04
- **OS Type:** x86_64
- **GNOME Version:** 46.0
- **Windowing System:** x11
- **Kernel Version:** 6.8.0-31-generic

Changed in linux (Ubuntu):
assignee: Anthony Wong (anthonywong) → AceLan Kao (acelankao)
Revision history for this message
Eugene San (eugenesan) wrote :

People suggest adding "i915.enable_dc=0 intel_idle.max_cstate=2" to the cmdline but for my hardware "intel_idle.max_cstate=4" is sufficient.
I believe higher max_cstate will result in lower power consumption and enable_dc is not needed.

tags: added: flicker i915 mantic noble
Revision history for this message
J&B (jibejibejb) wrote :

same issue
intel hd530

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Not just Skylake. The duplicates I'm seeing reported from Noble machines are from Comet Lake and Kaby Lake. So all Intel "Gen9" GPUs.

Revision history for this message
William MacGhee (macghee) wrote :

For what it is worth my laptop too. An old Lenovo Thinkpad T460s.
The apport report case is closed..
tried using older kenel on grub load, didn't really help.

here is output of lsbci

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:16.3 Serial controller: Intel Corporation Sunrise Point-LP Active Management Technology - SOL (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.2 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #3 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection I219-LM (rev 21)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
04:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)
05:00.0 Non-Volatile memory controller: Micron/Crucial Technology P2 [Nick P2] / P3 / P3 Plus NVMe PCIe SSD (DRAM-less) (rev 01)

Revision history for this message
William MacGhee (macghee) wrote :
Download full text (50.0 KiB)

Oh having read the manpage for lspci it suggests a more comprehensive output.
Again Lenovo T460s, trouble started on upgrade to 24.04 from 20

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
 Subsystem: Lenovo Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers
 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
 Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
 Latency: 0
 IOMMU group: 1
 Capabilities: [e0] Vendor Specific Information: Len=10 <?>
 Kernel driver in use: skl_uncore
00: 86 80 04 19 06 00 90 00 08 00 00 06 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 aa 17 33 22
30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00
40: 01 90 d1 fe 00 00 00 00 01 00 d1 fe 00 00 00 00
50: c1 01 00 00 31 80 00 00 47 00 70 dc a7 00 00 d9
60: 05 00 00 f8 00 00 00 00 01 80 d1 fe 00 00 00 00
70: 00 00 00 fe 01 00 00 00 00 0c 00 fe 7f 00 00 00
80: 10 11 11 11 11 11 11 00 1a 00 00 00 00 00 00 00
90: 01 00 00 fe 01 00 00 00 01 00 70 21 02 00 00 00
a0: 01 00 00 00 02 00 00 00 01 00 80 21 02 00 00 00
b0: 01 00 80 da 01 00 00 da 01 00 00 d9 01 00 80 dc
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 09 00 10 01 85 66 61 7a dc 80 15 14 00 c0 06 00
f0: 00 00 00 00 c8 0f 03 00 00 00 00 00 00 00 00 00

00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Skylake GT2 [HD Graphics 520]
 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
 Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
 Latency: 0
 Interrupt: pin A routed to IRQ 139
 IOMMU group: 0
 Region 0: Memory at f0000000 (64-bit, non-prefetchable) [size=16M]
 Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
 Region 4: I/O ports at e000 [size=64]
 Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
 Capabilities: [40] Vendor Specific Information: Len=0c <?>
 Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
  DevCap: MaxPayload 128 bytes, PhantFunc 0
   ExtTag- RBE+ FLReset+
  DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
   RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
   MaxPayload 128 bytes, MaxReadReq 128 bytes
  DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
  DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
    10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
    EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
    FRS-
    AtomicOpsCap: 32bit- 64bit- 128bitCAS-
  DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled,
    AtomicOpsCtl: ReqEn-
 Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
  Address: fee00018 Data: 0000
 Capabilities: [d0] Power Management version 2
  Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-...

Revision history for this message
Eugene San (eugenesan) wrote (last edit ):

I've been testing kernel 6.8.0-38 (from proposed) and while it's not fixing the problem completely, at least on my hardware it is somewhat better. The flickering happens once in 2-3 days and is very brief (~1s).

I can't recommend using kernel 6.8.0-38 since it shows unhealthy amount of warnings related to iommu.
But assuming kernel team fixes the iommu issues, we might have a major relief with the following release.

Revision history for this message
arnoldthebat (tony-ditchfield) wrote :

intel_idle.max_cstate=4 definitely not working for me so will try intel_idle.max_cstate=2 as folks have noted and see what occurs

00:02.0 VGA compatible controller: Intel Corporation CometLake-H GT2 [UHD Graphics] (rev 05) (prog-if 00 [VGA controller])
 DeviceName: Onboard IGD
 Subsystem: Hewlett-Packard Company CometLake-H GT2 [UHD Graphics]
 Flags: bus master, fast devsel, latency 0, IRQ 218, IOMMU group 0
 Memory at df000000 (64-bit, non-prefetchable) [size=16M]
 Memory at a0000000 (64-bit, prefetchable) [size=256M]
 I/O ports at 3000 [size=64]
 Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
 Capabilities: [40] Vendor Specific Information: Len=0c <?>
 Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
 Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
 Capabilities: [d0] Power Management version 2
 Capabilities: [100] Process Address Space ID (PASID)
 Capabilities: [200] Address Translation Service (ATS)
 Capabilities: [300] Page Request Interface (PRI)
 Kernel driver in use: i915
 Kernel modules: i915

summary: - Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)
+ Random flickering with Intel i915 (Gen9 GPUs) on Linux 6.8 (Ubuntu
+ 24.04)
Revision history for this message
AceLan Kao (acelankao) wrote :

Do you ever try drm-tip kernel to see if there is a fix in the upstream?
https://kernel.ubuntu.com/mainline/drm-tip/

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

It doesn't affect me, but currently 28 other people are saying it affects them so I'm sure someone can try that.

Revision history for this message
Eugene San (eugenesan) wrote :

@acelankao
Last mainline version I tried was 6.8.7 and at the time it was as bad as on 6.8.0-11.

Unfortunately, on my hardware, bisecting/testing this bug would take unreasonable amount of time and risk running bleeding edge kernel since even with 6.8.0-35 it happens only once in 1 to 3 days.

I hope someone with more "affected" hardware will be able to test latest drm-tip.

Revision history for this message
arnoldthebat (tony-ditchfield) wrote :

No change using intel_idle.max_cstate=2

It does look like its affected by cursor position as @eugenesan noted in an earlier post.

Anecdotally, and supporting the cstate argument a little, running on battery also seems to worsen the problem slightly.

Still struggling to find a definitive trigger however.

Revision history for this message
J&B (jibejibejb) wrote :

@acelankao

I have tried 6.10.0-061000rc2drmtip20240604-generic, still have this problem.

Revision history for this message
Adrian Elliott (adrianelliott1981) wrote :

I'm running Dell Latitude 7390 with Intel UHD Graphics 620 (8350U). So 8th Gen rather than 9th. I get occasional glitching, usually on battery power and when scrolling, and always when pointer is in the bottom right of screen. I did try the kernel params listed here (i915.enable_dc=0 intel_idle.max_cstate=2, intel_idle.max_cstate=4) and this did not resolve. I have used Debian 12 and Fedora 40 on the same hardware and did not observe this. The behaviour has occurred when using Firefox (snap), VSCode (deb), Chrome (deb) and . Its not super intrusive on my hardware but it is annoying.

Revision history for this message
Daniel van Vugt (vanvugt) wrote (last edit ):
Revision history for this message
Gopan (gperu) wrote :

Affects me too in Ubuntu 22.04 updated.
Linux gp-hp 6.8.0-35-generic
AMD Radeon(TM) Graphic depth=32 driver=amdgpu latency=0

Revision history for this message
Adrián Flotte (adr7nf442) wrote :

Disabling "C states" in the BIOS works in my case, Idk how power consumption is affected for users who need greater battery life. (I don't use battery)...

Revision history for this message
AceLan Kao (acelankao) wrote :

It's an regression in i915 driver, and I can't find a machine here in our lab to reproduce this issue.

I can teach you how to bisect the kernel to identify the problematic commit, but it's time-consuming. Alternatively, you can file a bug report for Intel using the link below.
https://gitlab.freedesktop.org/drm/i915/kernel/-/issues

Revision history for this message
Eugene San (eugenesan) wrote :
Revision history for this message
kjur (kjur) wrote (last edit ):

It affects me as well.

I have Intel(R) UHD Graphics (CML GT2) and using i915 driver.

Added below lines to grub:
i915.enable_dc=0 intel_idle.max_cstate=2

No luck.
Then changed it to:
i915.enable_dc=0 intel_idle.max_cstate=4
as per some suggestions

Also no luck.

I experienced the issue a few years back. Can't remember the Ubuntu version then. After adding above lines it was OK. Then after a kernel update it was all fine even without adding the above lines.

Now, after upgrading to 24.04 the problem came back.

It happens randomly for a coupe of seconds every an hour or so.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.