Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0 or MIT
2
3config DRM_TYR
4 tristate "Tyr (Rust DRM support for ARM Mali CSF-based GPUs)"
5 depends on DRM=y
6 depends on RUST
7 depends on ARM || ARM64 || COMPILE_TEST
8 depends on !GENERIC_ATOMIC64 # for IOMMU_IO_PGTABLE_LPAE
9 depends on COMMON_CLK
10 default n
11 help
12 Rust DRM driver for ARM Mali CSF-based GPUs.
13
14 This driver is for Mali (or Immortalis) Valhall Gxxx GPUs.
15
16 Note that the Mali-G68 and Mali-G78, while Valhall architecture, will
17 be supported with the panfrost driver as they are not CSF GPUs.
18
19 if M is selected, the module will be called tyr. This driver is work
20 in progress and may not be functional.