Skip to content

Commit d4a5c84

Browse files
hoshinolinamarcan
authored andcommitted
drm/asahi: Increase recursion limit
We're running into this again with the init macros... Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent 2be9cb6 commit d4a5c84

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)