Skip to content

Commit 3a98730

Browse files
hoshinolinajannau
authored andcommitted
drm/asahi: Enable soft faults by default
Signed-off-by: Asahi Lina <[email protected]>
1 parent da097cf commit 3a98730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/asahi/asahi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module_platform_driver! {
3939
description: "Debug flags",
4040
},
4141
fault_control: u32 {
42-
default: 0,
42+
default: 0xb,
4343
permissions: 0,
4444
description: "Fault control (0x0: hard faults, 0xb: macOS default)",
4545
},

0 commit comments

Comments
 (0)