summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba91c7d)
raw | patch | inline | side by side (parent: ba91c7d)
author | Dandawate Saket <dsaket@ti.com> | |
Tue, 9 Jul 2013 21:02:17 +0000 (14:02 -0700) | ||
committer | Praneeth Bajjuri <praneeth@ti.com> | |
Fri, 12 Jul 2013 22:41:43 +0000 (17:41 -0500) |
Added configuration changes to include all
dependencies needed by DSSCOMP and enable
DSSCOMP by default
Change-Id: I6f7377b8caac991c046cb03ddbe1815101a5f3bd
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
Signed-off-by: Dandawate Saket <dsaket@ti.com>
dependencies needed by DSSCOMP and enable
DSSCOMP by default
Change-Id: I6f7377b8caac991c046cb03ddbe1815101a5f3bd
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
Signed-off-by: Dandawate Saket <dsaket@ti.com>
arch/arm/configs/android_dra7_defconfig | patch | blob | history | |
drivers/video/omap2/dsscomp/Kconfig | patch | blob | history |
index 62bf8d87596d0796e12bfa26b87a6ceeb4fbf1df..14667612f35bccfcf6f33f54abdbdfb2080f8be9 100755 (executable)
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
+CONFIG_DSSCOMP=y
+CONFIG_DSSCOMP_DEBUG_LOG=y
CONFIG_OMAP2_DSS=y
CONFIG_OMAP2_DSS_DRA7XX_DPI=y
CONFIG_OMAP2_DSS_RFBI=y
index c1e795b9728d63d1bcfcb8682ad25b7bf6950296..38660fb6cc5f5d541e867c3c9ac4d0e75a600496 100644 (file)
menuconfig DSSCOMP
tristate "OMAP DSS Composition support (EXPERIMENTAL)"
depends on EXPERIMENTAL && OMAP2_DSS && DRM_OMAP_DMM_TILER
- default n
+ default y
help
Frame composition driver using OMAP DSS2. Allows using
config DSSCOMP_DEBUG_LOG
bool "Log event timestamps in debugfs"
- default n
+ default y
depends on DEBUG_FS && DSSCOMP
help