Skip to content

Commit e593d86

Browse files
committed
drm/asahi: Increase recursion limit
We're running into this again with the init macros... Signed-off-by: Asahi Lina <[email protected]>
1 parent fb2b81e commit e593d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/asahi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only OR MIT
2-
#![recursion_limit = "1024"]
2+
#![recursion_limit = "2048"]
33

44
//! Driver for the Apple AGX GPUs found in Apple Silicon SoCs.
55

0 commit comments

Comments
 (0)