Skip to content

Commit b3628e1

Browse files
jannaujohn-cabaj
authored andcommitted
fixup! drm/asahi: Add the Asahi driver for Apple AGX GPUs
use kernel::error::code::* to avoid type confusion with u32 Signed-off-by: Janne Grunau <j@jannau.net> (cherry picked from commit c07532e https://github.com/AsahiLinux/linux) Signed-off-by: John Cabaj <john.cabaj@canonical.com>
1 parent 7d9bc86 commit b3628e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/asahi/file.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use crate::{alloc, buffer, driver, gem, mmu, queue};
1313
use core::mem::MaybeUninit;
1414
use kernel::dma_fence::RawDmaFence;
1515
use kernel::drm::gem::BaseObject;
16+
use kernel::error::code::*;
1617
use kernel::io_buffer::{IoBufferReader, IoBufferWriter};
1718
use kernel::prelude::*;
1819
use kernel::sync::{Arc, Mutex};

0 commit comments

Comments
 (0)