Skip to content

Commit 7ced55e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/gpu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ impl GpuManager::ver {
827827
hw::DynConfig {
828828
pwr: pwr_cfg,
829829
uat_ttb_base: uat.ttb_base(),
830-
id: gpu_id,
830+
Ok(Arc::new(event::EventManager::new(alloc)?, GFP_KERNEL)?)
831831
firmware_version: node.get_property(c_str!("apple,firmware-version"))?,
832832
},
833833
GFP_KERNEL,

0 commit comments

Comments
 (0)