Skip to content

Commit 836affa

Browse files
committed
rust: drm: gpuvm: Add sm_can_merge_flags
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 6024c7b commit 836affa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/kernel/drm/gpuvm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ impl<T: DriverGpuVm> GpuVm<T> {
486486
sm_step_map: Some(step_map_callback::<T>),
487487
sm_step_remap: Some(step_remap_callback::<T>),
488488
sm_step_unmap: Some(step_unmap_callback::<T>),
489+
sm_can_merge_flags: None,
489490
};
490491

491492
fn gpuvm(&self) -> *const bindings::drm_gpuvm {

0 commit comments

Comments
 (0)