]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i915: Fix SDVO potentially turning off randomly
authorGuillaume Clement <gclement@baobob.org>
Sat, 10 Aug 2013 19:57:57 +0000 (21:57 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 11 Aug 2013 09:45:27 +0000 (11:45 +0200)
commita698a20e8cf9a946b0a491cb58ff96c0b4332d08
treeb367acdbba27d602550adc263ecedaa329df1aff
parent850eea6bdc12a2896dde9c21b4401478f2b8adca
i915: Fix SDVO potentially turning off randomly

Some Poulsbo cards seem to incorrectly report
SDVO_CMD_STATUS_TARGET_NOT_SPECIFIED instead of
SDVO_CMD_STATUS_PENDING, which causes the display to be turned off.

This could also happen to i915.

Signed-off-by: Guillaume Clement <gclement@baobob.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sdvo.c