Bug 217897 - Dell Latitude 7490 requires i915.enable_psr=0 (quirk, notebook)
Summary: Dell Latitude 7490 requires i915.enable_psr=0 (quirk, notebook)
Status: RESOLVED ANSWERED
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(Other) (show other bugs)
Hardware: Intel Linux
: P3 normal
Assignee: drivers_video-other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-10 12:49 UTC by kolAflash
Modified: 2023-09-10 15:51 UTC (History)
0 users

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments
lshw (Dell Latitude 7490 - 081C) (21.51 KB, text/plain)
2023-09-10 12:49 UTC, kolAflash
Details

Description kolAflash 2023-09-10 12:49:54 UTC
Created attachment 305080 [details]
lshw (Dell Latitude 7490 - 081C)

My Dell Latitude 7490 sometimes completely freezes. It must be power cycled to reboot. CTRL-ALT-DELETE or ALT-PRINT-b do not work.

Workaround:
Set GRUB_CMDLINE_LINUX_DEFAULT kernel parameter in GRUB (and reboot):
  i915.enable_psr=0

Device type: Notebook
Vendor: Dell
Model: Latitude 7490 (081C)
CPU+GPU: i7-8650U (UHD Graphics 620)
OS: Debian-12
Kernel: Linux-6.1.38-4 (stock Debian kernel)
Graphical UI: XOrg running KDE-Plasma-Desktop
lshw output attached


Other users report the same for this notebook model and use i915.enable_psr=0 to workaround it.

-> I guess a hardware specific quirk in the i915 driver might make sense!




I couldn't find any traces of a crash in the logs. Searched "journalctl -a", /var/log/syslog, /sys/fs/pstore and /var/lib/systemd/pstore/ 

List of other users which also came to the conclusion to set i915.enable_psr=0 on their Dell Latitude 7490.

https://forums.debian.net/viewtopic.php?p=773619&sid=d007f731d6419cb4a70a0f2ab27f0b4a#p773619

https://bbs.archlinux.org/viewtopic.php?pid=1902231#p1902231

https://forum.qubes-os.org/t/dell-7490-freezing-after-latest-dom0-upgrade-to-kernel-5-4/2536/6

https://www.reddit.com/r/linuxquestions/comments/k4imsd/freeze_on_kernels_419_because_of_i915_dell/

https://medium.com/@natchanan.th/linux-5-x-random-kernel-panic-workaround-4e063e4d34a7

https://askubuntu.com/a/1448573

https://forums.centos.org/viewtopic.php?t=80176#p336170

https://forums.linuxmint.com/viewtopic.php?p=2278684

Here someone even completely disables the GPU power management with i915.enable_dc=0
But to me it looks like i915.enable_psr=0 is sufficient.
https://paperstack.com/fixing_the_freeze/
Comment 1 kolAflash 2023-09-10 14:17:46 UTC
P.S.
Same problem with latest Debian-12 kernel update version 6.1.52-1.
(DEB: linux-image-6.1.0-12-amd64)
Comment 2 Artem S. Tashkinov 2023-09-10 15:14:51 UTC
Please report here instead: 

https://gitlab.freedesktop.org/drm/intel/-/issues
Comment 3 kolAflash 2023-09-10 15:51:23 UTC
Thanks! Here it is:
https://gitlab.freedesktop.org/drm/intel/-/issues/9291

Note You need to log in before you can comment on or make changes to this bug.