OSDN Git Service

drm/omap: only ignore DIGIT SYNC LOST for TV output
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Feb 2015 13:20:25 +0000 (15:20 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 24 Mar 2015 11:50:58 +0000 (13:50 +0200)
commitef4222838846fdecb6f1eae5671d9c462fd34852
treee7a3768336e0bf4141e7f2f172f4ee1ef8505ac5
parenta36af73f5e825c4c5ae5b11580c24fa7841bd5e2
drm/omap: only ignore DIGIT SYNC LOST for TV output

We need to ignore DIGIT SYNC LOST error when enabling/disabling TV
output. The code does that, but it ignores the DIGI SYNC LOST when
enabling any output. Normally this does no harm, but it could make us
miss DIGIT SYNC LOST on some rare occasions.

Fix the code to only ignore DIGIT SYNC LOST when enabling/disabling TV.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c