commit | 4afa0ace429624fde392b29d05a803672a41192e | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Oct 11 18:43:52 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Oct 12 10:59:11 2012 +0200 |
tree | 97c09c51159e1bea8992d446499c921ddf1aba3f | |
parent | fa55583797d12b10928a1813f3dcf066637caf5e [diff] |
drm/i915/dvo-ch7xxx: fix get_hw_state The boot-up state seems to be all-zeros, so it's safer to check for the bits that need to be set when the dvo encoder is in the dpms on state, than checking the bits we set when it's in the off state. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55047 Tested-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>