diff --git a/src/nouveau/compiler/nak/qmd.rs b/src/nouveau/compiler/nak/qmd.rs index 9b5e8ddf6b7..03e9a241d24 100644 --- a/src/nouveau/compiler/nak/qmd.rs +++ b/src/nouveau/compiler/nak/qmd.rs @@ -68,7 +68,7 @@ macro_rules! qmd_impl_common { const GLOBAL_SIZE_OFFSET: usize = { let w = paste! {$c::[<$s _CTA_RASTER_WIDTH>]}; assert!(w.end == w.start + 32); - w.start / 32 + w.start / 8 }; fn set_global_size(&mut self, width: u32, height: u32, depth: u32) {