We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe581fb commit 9f0b95fCopy full SHA for 9f0b95f
1 file changed
drivers/gpu/drm/asahi/hw/mod.rs
@@ -210,7 +210,7 @@ pub(crate) struct HwConfig {
210
/// Base clock used used for timekeeping.
211
pub(crate) base_clock_hz: u32,
212
/// Output address space for the UAT on this SoC.
213
- pub(crate) uat_oas: usize,
+ pub(crate) uat_oas: u32,
214
/// Number of dies on this SoC.
215
pub(crate) num_dies: u32,
216
/// Maximum number of clusters on this SoC.
0 commit comments