patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH] Disable panel self-refresh on AMD GPUs
@ 2026-05-21  1:29 Demi Marie Obenour
  2026-05-21  2:05 ` [PATCH v2] " Demi Marie Obenour
  0 siblings, 1 reply; 5+ messages in thread
From: Demi Marie Obenour @ 2026-05-21  1:29 UTC (permalink / raw)
  To: Spectrum OS Development; +Cc: Alyssa Ross, Demi Marie Obenour

KDE Linux has already done this.  It works around a long-running bug in
the AMD GPU driver, which I believe also affects my test laptop.
Without the workaround, the system freezes and does not recover until a
hard reboot.

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
---
 host/efi.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host/efi.nix b/host/efi.nix
index ecedb6bea6bf29c7a7303dc9062fe12b5c7a9fbd..a832489f3816ca66c2170f0f114a4a8e3a357e32 100644
--- a/host/efi.nix
+++ b/host/efi.nix
@@ -35,6 +35,6 @@ runCommand "spectrum-efi" {
       --linux ${kernel} \
       --initrd ${initramfs} \
       --os-release $'NAME="Spectrum"\n' \
-      --cmdline "ro intel_iommu=on roothash=$roothash"
+      --cmdline "ro intel_iommu=on roothash=$roothash amdgpu.dcdebugmask=0x10"
   ''
 ) (_: {})

---
base-commit: 5b3151fd08d1f1e3e166a328449fe6fe5092f316
change-id: 20260520-disable-panel-self-refresh-6c5e1dc0bab5

-- 
Sincerely,
Demi Marie Obenour (she/her/hers)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-05-21 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21  1:29 [PATCH] Disable panel self-refresh on AMD GPUs Demi Marie Obenour
2026-05-21  2:05 ` [PATCH v2] " Demi Marie Obenour
2026-05-21 12:52   ` Alyssa Ross
2026-05-21 14:04     ` Demi Marie Obenour
2026-05-21 15:50       ` Alyssa Ross

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).