Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) config DRM_PANFROST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	depends on ARM || ARM64 || (COMPILE_TEST && !GENERIC_ATOMIC64)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	depends on MMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	select DRM_SCHED
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	select IOMMU_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	select IOMMU_IO_PGTABLE_LPAE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	select DRM_GEM_SHMEM_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	select PM_DEVFREQ
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	select DEVFREQ_GOV_SIMPLE_ONDEMAND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  Bifrost (G3x, G5x, G7x) GPUs.