blob: 0c2a749a5236ff040cb8a68fd4181d27d7354eaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
menuconfig DSSCOMP
tristate "OMAP DSS Composition support (EXPERIMENTAL)"
depends on OMAP2_DSS && PVR_SGX
default y
help
Frame composition driver using OMAP DSS2. Allows using all
DSS2 resources in a unified configuration. Should not be used
together with other DSS2 devices, such as V4L2 or framebuffer.
config DSSCOMP_DEBUG_LOG
bool "Log event timestamps in debugfs"
default y
depends on DEBUG_FS
help
Takes timestamp for each callback and state transition, and
logs the last 128 entries (last few frames' worth) in a
log buffer. This is a separate menuconfig in case this is
deemed an overhead.
|