Skip to content

Commit 193cb7c

Browse files
committed
fixup! rust: drm: sched: Add GPU scheduler abstraction
1 parent 217668e commit 193cb7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/drm/sched.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub enum Status {
2727
}
2828

2929
/// Scheduler priorities
30-
#[repr(i32)]
30+
#[repr(u32)]
3131
pub enum Priority {
3232
/// Low userspace priority
3333
Min = bindings::drm_sched_priority_DRM_SCHED_PRIORITY_MIN,

0 commit comments

Comments
 (0)