drm/tilcdc: make frame_done interrupt active at all times
authorDarren Etheridge <detheridge@ti.com>
Thu, 25 Sep 2014 00:59:31 +0000 (00:59 +0000)
committerJyri Sarha <jsarha@ti.com>
Thu, 25 Feb 2016 14:39:31 +0000 (16:39 +0200)
commitb62222fcaab994177f121d58acdab269f0f54897
treee875a551089cb5b0f967c751a735a3ca2c81da0c
parent85fd27f80b3641c9af9f04cde1b712c8c20916d8
drm/tilcdc: make frame_done interrupt active at all times

The frame_done interrupt was only being enabled when the vsync
interrupts were being enabled by DRM.  However the frame_done is
used to determine if the LCD controller has successfully completed
the raster_enable, raster_disable commands and the vsync interrupts
are not always enabled during these operations.

Signed-off-by: Darren Etheridge <detheridge@ti.com>
Tested-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_drv.c
This page took 0.024831 seconds and 5 git commands to generate.