commit | 4ac41f47f8f6ba1d05b39783ea0819435074ef37 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jul 02 14:54:00 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Sep 06 07:58:47 2012 +0200 |
tree | 3c7b5c174d9576108512ed47f33c1ee458fc70bd | |
parent | e403fc941aa94ff6cf598c632e5c02e96eed022e [diff] |
drm/i915/sdvo: implement get_hw_state SDVO is the first real special case - we support multiple outputs on the same encoder and the encoder dpms state isn't the same as when just disabling the outputs when the encoder is cloned. Hence we need a real connector get_hw_state function which inquires the sdvo encoder about its active outputs. Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>