From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 2 May 2018 13:01:00 +0200 Subject: [U-Boot] [PATCH 0/2] video: dw_hdmi: fix HSYNC and VSYNC polarity settings In-Reply-To: <20180428215729.22048-1-anarsoul@gmail.com> References: <20180428215729.22048-1-anarsoul@gmail.com> Message-ID: <20180502130100.33afa49d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Sat, 28 Apr 2018 14:57:27 -0700 Vasily Khoruzhick anarsoul at gmail.com wrote: > 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" is this revert needed? Shouldn't the flags be set separately like this commit does? -- Anatolij