Skip to content

Commit 9f0b95f

Browse files
committed
fixup! drm/asahi: Add the Asahi driver for Apple AGX GPUs
1 parent fe581fb commit 9f0b95f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/asahi/hw

drivers/gpu/drm/asahi/hw/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ pub(crate) struct HwConfig {
210210
/// Base clock used used for timekeeping.
211211
pub(crate) base_clock_hz: u32,
212212
/// Output address space for the UAT on this SoC.
213-
pub(crate) uat_oas: usize,
213+
pub(crate) uat_oas: u32,
214214
/// Number of dies on this SoC.
215215
pub(crate) num_dies: u32,
216216
/// Maximum number of clusters on this SoC.

0 commit comments

Comments
 (0)