Skip to content
Snippets Groups Projects
Commit 4eb440ee authored by Lyude Paul's avatar Lyude Paul
Browse files

fixup! WIP: rust: drm/kms: Add RawPlaneState::atomic_helper_check()

parent 2a4c03a1
Loading
......@@ -521,7 +521,7 @@ pub trait RawPlaneState: AsRawPlaneState {
NonNull::new(self.as_raw().crtc).map(|c| unsafe { OpaqueCrtc::from_raw(c.as_ptr()) })
}
/// Run the atomic check helper for this plane and the given CRTC state
/// Run the atomic check helper for this plane and the given CRTC state.
fn atomic_helper_check<S>(
&mut self,
crtc_state: &BorrowedCrtcState<'_, S>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment