Skip to content

Commit 40dffd0

Browse files
committed
tuxedo/pulse/15/gen2: defer amdgpu secure display warning to Stage 2
Defer the amdgpu secure display warning from Stage 1 to Stage 2, despite the initial decision [1] of reverting commit dd18dc7 ("fix(tuxedo/pulse/15/gen2): prevent 'Secure display: Generic Failure' warning") with commit 80d98a7 ("feat(tuxedo/pulse/15/gen2): use default 'hardware.amdgpu.loadInInitrd'"). Since this noisy warning is an inherit property of this hardware, deferring it is the desired behavior. [1]: #755 (comment)
1 parent 0c55f0f commit 40dffd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tuxedo/pulse/15/gen2/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
../../../../common/pc/ssd
1212
];
1313

14+
# Defer the following Stage 1 warning to Stage 2:
15+
#
16+
# loading module amdgpu...
17+
# [...] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
18+
# [...] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
19+
hardware.amdgpu.initrd.enable = false;
20+
1421
services.udev.extraRules = builtins.concatStringsSep "\n" (
1522
[ "# Properly suspend the system." ]
1623
++ (map

0 commit comments

Comments
 (0)