We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6024c7b commit 836affaCopy full SHA for 836affa
1 file changed
rust/kernel/drm/gpuvm.rs
@@ -486,6 +486,7 @@ impl<T: DriverGpuVm> GpuVm<T> {
486
sm_step_map: Some(step_map_callback::<T>),
487
sm_step_remap: Some(step_remap_callback::<T>),
488
sm_step_unmap: Some(step_unmap_callback::<T>),
489
+ sm_can_merge_flags: None,
490
};
491
492
fn gpuvm(&self) -> *const bindings::drm_gpuvm {
0 commit comments