commit | bf9dc102e284a5aa78c73fc9d72e11d5ccd8669f | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Fri Nov 26 10:45:58 2010 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Mon Nov 29 16:27:56 2010 +1000 |
tree | c8bc0f7ec967f8075b7e1a7e4b8bd6f980487063 | |
parent | e536fb6f9dc3908ad4c642414002ec9daf590ed7 [diff] |
drm: Set connector DPMS status to ON in drm_crtc_helper_set_config When setting a new crtc configuration, force the DPMS state of all connectors to ON. Otherwise, they'll be left at OFF and a future mode set that disables the specified connector will not turn the connector off. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@redhat.com>