aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-omap-2.6.28/0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-08 16:28:24 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-08 16:28:24 +0100
commitd91574407fd15b702d9abdb05df3449049c38b40 (patch)
treeb3a3bff232ad2fba39d90c4325d2396fc3493c17 /packages/linux/linux-omap-2.6.28/0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch
parent22f6ec65bfc2332bd0c638ae378d0e4c67992f2d (diff)
downloadopenembedded-d91574407fd15b702d9abdb05df3449049c38b40.tar.gz
linux-omap 2.6.28, git: improve graphics, fix sounds support
Diffstat (limited to 'packages/linux/linux-omap-2.6.28/0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch')
-rw-r--r--packages/linux/linux-omap-2.6.28/0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/linux/linux-omap-2.6.28/0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch b/packages/linux/linux-omap-2.6.28/0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch
new file mode 100644
index 0000000000..85e7952c8d
--- /dev/null
+++ b/packages/linux/linux-omap-2.6.28/0012-DSS-Add-comments-to-FAKE_VSYNC-to-make-things-more.patch
@@ -0,0 +1,27 @@
+From 942267b679b7f60b33e034ee29e313925cfbcae0 Mon Sep 17 00:00:00 2001
+From: Tomi Valkeinen <tomi.valkeinen@nokia.com>
+Date: Wed, 7 Jan 2009 17:20:24 +0200
+Subject: [PATCH] DSS: Add comments to FAKE_VSYNC to make things more clear
+
+---
+ arch/arm/plat-omap/dss/Kconfig | 4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+diff --git a/arch/arm/plat-omap/dss/Kconfig b/arch/arm/plat-omap/dss/Kconfig
+index 6b342df..f0b1f1c 100644
+--- a/arch/arm/plat-omap/dss/Kconfig
++++ b/arch/arm/plat-omap/dss/Kconfig
+@@ -46,7 +46,9 @@ config OMAP2_DSS_FAKE_VSYNC
+ default n
+ help
+ If this is selected, DSI will fake a DISPC VSYNC interrupt
+- when DSI has sent a frame.
++ when DSI has sent a frame. This is only needed with DSI or
++ RFBI displays using manual mode, and you want VSYNC to time,
++ for example, animation.
+
+ config OMAP2_DSS_MIN_FCK_PER_PCK
+ int "Minimum FCK/PCK ratio (for scaling)"
+--
+1.5.6.3
+