aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/samsung/mali/Kconfig_module
blob: 1fdc638b2d89c8eb6e6fc0457d49b9a876fcde2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config MALI400_DEBUG
	bool "Enable debug in Mali driver"
	depends on MALI400
	---help---
	  This enabled extra debug checks and messages in the Mali-300/400/450
	  driver.

config MALI400_PROFILING
	bool "Enable Mali profiling"
	depends on MALI400 && TRACEPOINTS
	---help---
	  This enables gator profiling of Mali GPU events.

config MALI400_GPU_UTILIZATION
	bool "Enable Mali GPU utilization tracking"
	depends on MALI400
	---help---
	  This enables gathering and processing of the utilization of Mali GPU.
	  This data can be used as a basis to change GPU operating frequency.