hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SPDX-License-Identifier: GPL-2.0
config POWERVR_ROGUE_N
   tristate "PowerVR Rogue"
   default n
   depends on DRM
   help
     Driver for PowerVR Rogue graphics hardware.
 
     Say Y here if your SoC contains a PowerVR Rogue GPU. For more
     information, see <http://www.imgtec.com/powervr/>.
 
config POWERVR_ROGUE_PDUMP
   bool "Parameter dumping"
   default n
   depends on POWERVR_ROGUE_N
 
config POWERVR_ROGUE_RESOURCE_INFO
   bool "Resource info"
   default n
   depends on POWERVR_ROGUE_N
   help
     Annotate device memory allocations with human-readable names.
     Requires a compatible userspace driver.
 
config POWERVR_ROGUE_DEVICEMEM_HISTORY
   bool "Device memory history"
   default n
   depends on POWERVR_ROGUE_N
   help
     Provides a debugfs file containing a list of recent memory
     allocations for debugging purposes. Requires a compatible
     userspace driver.