video: da8xx-fb: enable sync lost intr for v2 ip
authorAfzal Mohammed <afzal@ti.com>
Mon, 5 Aug 2013 22:02:32 +0000 (17:02 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 Aug 2013 11:02:42 +0000 (14:02 +0300)
commite4008e2240605a64d595f3b9e070bfaf5a6950ff
treea500530f78eb7facf8c1686d18839e01e0c677c4
parentfa8a00cc732fbd890bb4ac5af237ac6774c9545b
video: da8xx-fb: enable sync lost intr for v2 ip

The interrupt handler explicitly has code that handles the sync lost
interrupt.  However the sync lost interrupt is never actually being
enabled in the LCD controller, therefore this interrupt code path is not
being exercised.  This fix simply enables the generation of the sync
lost interrupt by the LCD controller so it can be dealt with
appropriately by the interrupt handler.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Signed-off-by: Darren Etheridge <detheridge@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/da8xx-fb.c