Skip to content

Commit f5bc59a

Browse files
committed
M1 GPU Driver: use "Apple AGX GPU driver" as the title
As discussed, rename the title and filename to one that does not refer to M1 in particular, so that it is more stable over time. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent e50671b commit f5bc59a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- [Null Block Driver](Null-Block-Driver.md)
3232
- [Android Binder Driver](Android-Binder-Driver.md)
3333
- [PuzzleFS filesystem driver](PuzzleFS-filesystem-driver.md)
34-
- [Apple M1 GPU Driver](M1-GPU-Driver.md)
34+
- [Apple AGX GPU driver](Apple-AGX-GPU-driver.md)
3535

3636
# Links
3737

src/M1-GPU-Driver.md renamed to src/Apple-AGX-GPU-driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# M1 GPU Driver
1+
# Apple AGX GPU driver
22

33
As part of the [Asahi Linux](https://asahilinux.org/about/) project, the Apple
4-
M1 GPU driver has been implemented in Rust for the Linux kernel, along with
4+
AGX GPU driver has been implemented in Rust for the Linux kernel, along with
55
creating DRM bindings and associated userspace pieces.
66

77
The driver lives [here](https://github.com/AsahiLinux/linux/tree/bits/210-gpu).

0 commit comments

Comments
 (0)