commit | 732ce74f4adfcdac84862fb74c6897b4a152d5e1 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jul 02 15:09:45 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Sep 06 07:58:52 2012 +0200 |
tree | dd7f9c2f30d4038f113973c17bb81788ee96f319 | |
parent | 4ac41f47f8f6ba1d05b39783ea0819435074ef37 [diff] |
drm/i915/dvo: implement get_hw_state Similar to the sdvo code we poke the dvo encoder whether the output is active. Safe that dvo encoders are not standardized, so this requires a new callback into the dvo chip driver. Hence implement that for all 6 dvo drivers. v2: With the newly added ns2501 we now have 6 dvo drivers instead of just 5 ... Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>