Skip to content

Commit a2ae2bb

Browse files
committed
fixup! drm/asahi: Add the Asahi driver for Apple AGX GPUs
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 841927d commit a2ae2bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/asahi/initdata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ impl<'a> InitDataBuilder::ver<'a> {
137137
(t3_coef as u64 * 1000000100 * *scale as u64 / (f_khz * v_max * 6))
138138
.try_into()
139139
.unwrap(),
140+
GFP_KERNEL,
140141
)?;
141142
}
142143
}

0 commit comments

Comments
 (0)