summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch
index c4cf16eb05..ac19219284 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] Prevents omapfb from from crashing when pixelclock of 0 is
6 6
7Due to a Linux design bug it is easy to get a pixelclock set to zero 7Due to a Linux design bug it is easy to get a pixelclock set to zero
8when changing displays at runtime. 8when changing displays at runtime.
9
10Upstream-Status: Pending
9--- 11---
10 src/omapfb-output.c | 9 +++++++-- 12 src/omapfb-output.c | 9 +++++++--
11 1 file changed, 7 insertions(+), 2 deletions(-) 13 1 file changed, 7 insertions(+), 2 deletions(-)