Skip to content

Commit fdfc87a

Browse files
committed
fixup! drm/asahi: Add the Asahi driver for Apple AGX GPUs
1 parent 6677bae commit fdfc87a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/asahi/mmu.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ impl Uat {
10151015
return Err(EINVAL);
10161016
}
10171017
let ret = bindings::of_address_to_resource(np, 0, res.as_mut_ptr());
1018+
#[cfg(CONFIG_OF_DYNAMIC)]
10181019
bindings::of_node_put(np);
10191020

10201021
if ret < 0 {

0 commit comments

Comments
 (0)