[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-3-ga239fac
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2014-01-07 19:20:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via a239fac41373a46ff268d166792d89e6e57657f5 (commit)
from d564cad1dea7b110988dca7c13fd77c52a5c89d4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a239fac41373a46ff268d166792d89e6e57657f5
Author: Gwenhael Goavec-Merou <gwe...@tr...>
Date: Tue Jan 7 20:20:54 2014 +0100
[LINUX][3.13] apf51: fix screen clk polarity issue
-----------------------------------------------------------------------
Summary of changes:
...imx-drm-fix_clk_polarity_for_apf51_screen.patch | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.13/0413-armadeus-imx-drm-fix_clk_polarity_for_apf51_screen.patch
diff --git a/patches/linux/3.13/0413-armadeus-imx-drm-fix_clk_polarity_for_apf51_screen.patch b/patches/linux/3.13/0413-armadeus-imx-drm-fix_clk_polarity_for_apf51_screen.patch
new file mode 100644
index 0000000..825de4a
--- /dev/null
+++ b/patches/linux/3.13/0413-armadeus-imx-drm-fix_clk_polarity_for_apf51_screen.patch
@@ -0,0 +1,15 @@
+Signed-off-by: Gwenhael Goavec-Merou <gwe...@ar...>
+---
+Index: linux-3.13-rc5/drivers/staging/imx-drm/ipuv3-crtc.c
+===================================================================
+--- linux-3.13-rc5.orig/drivers/staging/imx-drm/ipuv3-crtc.c
++++ linux-3.13-rc5/drivers/staging/imx-drm/ipuv3-crtc.c
+@@ -157,7 +157,7 @@ static int ipu_crtc_mode_set(struct drm_
+ sig_cfg.Vsync_pol = 1;
+
+ sig_cfg.enable_pol = 1;
+- sig_cfg.clk_pol = 1;
++ sig_cfg.clk_pol = 0;
+ sig_cfg.width = mode->hdisplay;
+ sig_cfg.height = mode->vdisplay;
+ sig_cfg.pixel_fmt = out_pixel_fmt;
hooks/post-receive
--
armadeus
|