Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 config DRM_PANFROST
0004         tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
0005         depends on DRM
0006         depends on ARM || ARM64 || (COMPILE_TEST && !GENERIC_ATOMIC64)
0007         depends on MMU
0008         select DRM_SCHED
0009         select IOMMU_SUPPORT
0010         select IOMMU_IO_PGTABLE_LPAE
0011         select DRM_GEM_SHMEM_HELPER
0012         select PM_DEVFREQ
0013         select DEVFREQ_GOV_SIMPLE_ONDEMAND
0014         help
0015           DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
0016           Bifrost (G3x, G5x, G7x) GPUs.