commit | deb18211a110c102d32b3e9ed866bd7d25e0f8d5 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Apr 02 10:03:56 2013 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Apr 02 20:25:39 2013 +0200 |
tree | a606ff1250cd4dddd94efc9da7f23b0702644ba3 | |
parent | 74cfd7ac5e1119ec3275d769ed9e27bcd97cf896 [diff] |
drm/i915: fix DP get_hw_state return value If we couldn't find a pipe we shouldn't return true. This might be even better as a WARN though, since it should be impossible to have the port enabled without a pipe selected. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>