Kconfig 663 B

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