We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e80e9f commit d615af4Copy full SHA for d615af4
1 file changed
drivers/gpu/drm/asahi/initdata.rs
@@ -129,6 +129,7 @@ impl<'a> InitDataBuilder::ver<'a> {
129
(1000000000 * (curve_cfg.t1_coef as u64) / (f_khz * v_max))
130
.try_into()
131
.unwrap(),
132
+ GFP_KERNEL,
133
)?;
134
135
for (j, scale) in curve_cfg.t3_scales.iter().enumerate() {
0 commit comments