From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasily Khoruzhick Date: Sat, 28 Apr 2018 14:57:27 -0700 Subject: [U-Boot] [PATCH 0/2] video: dw_hdmi: fix HSYNC and VSYNC polarity settings Message-ID: <20180428215729.22048-1-anarsoul@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Previous attempt to fix HSYNC and VSYNC polarity settings for dw_hdmi was wrong - actual root cause wasn't in sunxi dw_hdmi glue code, but in dw_hdmi driver itself. This series reverts previous attempt to fix the issue and applies proper fix Vasily Khoruzhick (2): Revert "sunxi: video: HDMI: split VSYNC and HSYNC polarity settings" video: dw_hdmi: fix HSYNC and VSYNC polarity settings drivers/video/dw_hdmi.c | 4 ++-- drivers/video/sunxi/sunxi_dw_hdmi.c | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) -- 2.17.0