]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
fbdev: da8xx-fb: fix videomodes of lcd panels
authorSushaanth Srirangapathi <sushaanth.s@ti.com>
Mon, 29 Feb 2016 13:12:19 +0000 (18:42 +0530)
committerKamal Mostafa <kamal@canonical.com>
Mon, 16 May 2016 17:26:47 +0000 (10:26 -0700)
commit1f612d0a928a1dddabf93d64dd463efc2cda9184
tree1a20c7bb8edacd79a7985fcffdfb03d25f293a64
parent93727f802b5d66ea40368e68bf6c9cfbb420104e
fbdev: da8xx-fb: fix videomodes of lcd panels

BugLink: http://bugs.launchpad.net/bugs/1578798
commit 713fced8d10fa1c759c8fb6bf9aaa681bae68cad upstream.

Commit 028cd86b794f4a ("video: da8xx-fb: fix the polarities of the
hsync/vsync pulse") fixes polarities of HSYNC/VSYNC pulse but
forgot to update known_lcd_panels[] which had sync values
according to old logic. This breaks LCD at least on DA850 EVM.

This patch fixes this issue and I have tested this for panel
"Sharp_LK043T1DG01" using DA850 EVM board.

Fixes: 028cd86b794f4a ("video: da8xx-fb: fix the polarities of the hsync/vsync pulse")
Signed-off-by: Sushaanth Srirangapathi <sushaanth.s@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
drivers/video/fbdev/da8xx-fb.c