Skip to content

Commit 64bde2c

Browse files
committed
fixup! drm/asahi: Signal soft fault support to userspace
1 parent 5148323 commit 64bde2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ impl File {
303303
*(params.core_masks.get_mut(i).ok_or(EIO)?) = (*mask).into();
304304
}
305305

306-
if *module_parameters::fault_control.get() == 0xb {
306+
if *module_parameters::fault_control.value() == 0xb {
307307
params.features |= uapi::drm_asahi_feature_DRM_ASAHI_FEATURE_SOFT_FAULTS as u64;
308308
}
309309

0 commit comments

Comments
 (0)