Skip to content

Commit ddc393c

Browse files
hoshinolinajannau
authored andcommitted
drm/asahi: Enable soft faults by default
Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent 0287aa4 commit ddc393c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/asahi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ kernel::module_platform_driver! {
3737
description: "Debug flags",
3838
},
3939
fault_control: u32 {
40-
default: 0,
40+
default: 0xb,
4141
permissions: 0,
4242
description: "Fault control (0x0: hard faults, 0xb: macOS default)",
4343
},

0 commit comments

Comments
 (0)