diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 19:30:14 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 19:30:14 +0400 |
commit | b0feb8aed2ec0501cf7cbd57b10254711ea702c1 (patch) | |
tree | 06f6db1c7681b56296d456b90ad46b7eb6986043 /recipes/linux/linux-omap-pm/dss2/0016-DSS2-DSI-improve-packet-len-calculation.patch | |
parent | dc858e127bf888eed9656fe676d6f758237e0178 (diff) | |
parent | 3e80dbd5bb10b714cc3d6878a2b72bdefebf30d2 (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-omap-pm/dss2/0016-DSS2-DSI-improve-packet-len-calculation.patch')
-rw-r--r-- | recipes/linux/linux-omap-pm/dss2/0016-DSS2-DSI-improve-packet-len-calculation.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap-pm/dss2/0016-DSS2-DSI-improve-packet-len-calculation.patch b/recipes/linux/linux-omap-pm/dss2/0016-DSS2-DSI-improve-packet-len-calculation.patch index bca449f169..35d65a996d 100644 --- a/recipes/linux/linux-omap-pm/dss2/0016-DSS2-DSI-improve-packet-len-calculation.patch +++ b/recipes/linux/linux-omap-pm/dss2/0016-DSS2-DSI-improve-packet-len-calculation.patch @@ -1,7 +1,7 @@ From 6b2c9d84c7accdfe1067fcdc8a00e50674aab4bb Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen <tomi.valkeinen@nokia.com> Date: Thu, 2 Apr 2009 17:42:26 +0300 -Subject: [PATCH] DSS2: DSI: improve packet len calculation +Subject: [PATCH 16/69] DSS2: DSI: improve packet len calculation --- drivers/video/omap2/dss/dsi.c | 21 ++++++++++++++++----- @@ -54,5 +54,5 @@ index aecb89d..66ac6ea 100644 if (dsi.use_te) l = FLD_MOD(l, 1, 30, 30); /* TE_EN */ -- -1.5.6.5 +1.6.2.4 |