summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/mali/Kconfig
blob: 41110eb7270fc90cd077bf450cbace6617ca1864 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
config MALI400MP
        bool "Enable MALI integration"
        default n
        ---help---
                This enables MALI 3D graphics driver. Required to use hardware accelerated OpenGL ES 2.0 and 1.1.

config USING_MMU
        bool "Using MMU"
        depends on MALI400MP
        default y
        ---help--- 
                This enables MMU for Mali. Required hardware support for MMU.

config USING_UMP
        bool "Using UMP"
        depends on MALI400MP && UMP
        default y
        ---help---
                Using UMP for Mali memory.

config USING_OS_MEMORY
        bool "Using OS memory"
        depends on MALI400MP
        default y
        ---help---
                This enables for Mali to use OS memory.

config USING_PMM
        bool "Enable Power Management"
        depends on MALI400MP
        default n
        ---help---
                This enables for Mali Power Management.

config USING_GPU_UTILIZATION
	bool "GPU utilization"
        depends on MALI400MP
        default n
        ---help---
                This enables GPU utilization information.

config USING_GPU_DEVFREQ
	bool "GPU devfreq"
        depends on MALI400MP && USING_GPU_UTILIZATION
        default n
        ---help---
                This enables GPU devfreq.

config USING_MALI_RUN_TIME_PM
        bool "Using Run time Power Management"
        depends on MALI400MP
        default n
        ---help---
                This enables Mali working with run time power management.

config USING_MALI_PMM_TESTSUITE
        bool "Power Management Test Suite"
        depends on MALI400MP
        default n
        ---help---
                This enables Power management Test Suite.

config USING_PROFILING
        bool "Enable Profiling"
        depends on MALI400MP
        default n
        ---help---
                This support Profiling on Mali.

config DEBUG_BUILD
        bool "Enables debug messages"
        depends on MALI400MP
        default n
        ---help---
                This enables Mali driver debug messages.

config MALI_MEM_SIZE
	int "Mali memory size"
	depends on MALI400MP
	default "64"
	---help---
		This value is memory size of Mali GPU(unit is MByte).