diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-17 13:31:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-17 21:23:57 +0200 |
commit | 14e1ed70361f7f5a5e54d93a606a7c8d53460b95 (patch) | |
tree | b0ea6e76cacf9bf282af487021ca29de6ef77ca9 /recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch | |
parent | 7c393dcee85c4ac5556f11a61300d01bbd9c037d (diff) |
linux-openmoko-2.6.32: add patches from gdrm-for-merging instead of gdrm-2.6.32 branch and rebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch b/recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch deleted file mode 100644 index 7201602551..0000000000 --- a/recipes/linux/linux-openmoko-2.6.32/0021-Reject-modes-with-clock-0.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6a6957d634daa88f381e44353c98f27e4c39300a Mon Sep 17 00:00:00 2001 -From: Thomas White <taw@bitwiz.org.uk> -Date: Sun, 18 Apr 2010 14:25:14 +0200 -Subject: [PATCH 27/31] Reject modes with clock=0 - -Signed-off-by: Thomas White <taw@bitwiz.org.uk> ---- - drivers/mfd/glamo/glamo-display.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/drivers/mfd/glamo/glamo-display.c b/drivers/mfd/glamo/glamo-display.c -index 24a1a31..f57d273 100644 ---- a/drivers/mfd/glamo/glamo-display.c -+++ b/drivers/mfd/glamo/glamo-display.c -@@ -522,6 +522,7 @@ static bool glamo_encoder_mode_fixup(struct drm_encoder *encoder, - struct drm_display_mode *mode, - struct drm_display_mode *adjusted_mode) - { -+ if ( mode->clock == 0 ) return false; - return true; - } - --- -1.7.0.4 - |