Skip to content

Commit

Permalink
iommu: apple-dart: Increase MAX_DARTS_PER_DEVICE to 3
Browse files Browse the repository at this point in the history
ISP needs this.

Signed-off-by: Hector Martin <marcan@marcan.st>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Reviewed-by: Sven Peter <sven@svenpeter.dev>
Link: https://lore.kernel.org/r/20250307-isp-dart-v3-1-684fe4489591@gmail.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Hector Martin authored and Joerg Roedel committed Mar 10, 2025
1 parent 5276c1e commit 9d7b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/apple-dart.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#define DART_MAX_STREAMS 256
#define DART_MAX_TTBR 4
#define MAX_DARTS_PER_DEVICE 2
#define MAX_DARTS_PER_DEVICE 3

/* Common registers */

Expand Down

0 comments on commit 9d7b779

Please sign in to comment.