From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 29 Nov 2017 08:39:59 +0100 Subject: [U-Boot] [PATCH] sunxi: video: HDMI: split VSYNC and HSYNC polarity settings In-Reply-To: <20171129063327.17429-1-anarsoul@gmail.com> References: <20171129063327.17429-1-anarsoul@gmail.com> Message-ID: <20171129083959.311a73db@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 Vasily, On Tue, 28 Nov 2017 22:33:27 -0800 Vasily Khoruzhick anarsoul at gmail.com wrote: > These are actually different bits, and since some monitors (Benq BL2420PT) > have modes with different HSYNC and VSYNC polarity, we should set them > independently > > Tested on Pine64-LTS with Benq BL2420PT monitor. > > Signed-off-by: Vasily Khoruzhick > --- > drivers/video/sunxi/sunxi_dw_hdmi.c | 14 +++++--------- > 1 file changed, 5 insertions(+), 9 deletions(-) Reviewed-by: Anatolij Gustschin